littlekt-game-template/settings.gradle.kts
2022-03-09 16:55:07 -05:00

12 lines
No EOL
217 B
Text

pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "littlekt-game-template"
include("game")
enableFeaturePreview("VERSION_CATALOGS")