settings.gradle 118 B

123456
  1. // Configure the root project.
  2. rootProject.name = "Godot"
  3. include ':app'
  4. include ':lib'
  5. include ':nativeSrcsConfigs'