6 lines
118 B
Groovy
6 lines
118 B
Groovy
// Configure the root project.
|
|
rootProject.name = "Godot"
|
|
|
|
include ':app'
|
|
include ':lib'
|
|
include ':nativeSrcsConfigs'
|