godot/platform/android/java/settings.gradle

7 lines
118 B
Groovy

// Configure the root project.
rootProject.name = "Godot"
include ':app'
include ':lib'
include ':nativeSrcsConfigs'