littlekt-game-template/settings.gradle.kts

12 lines
217 B
Text
Raw Normal View History

2022-03-09 16:55:07 -05:00
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "littlekt-game-template"
include("game")
enableFeaturePreview("VERSION_CATALOGS")