littlekt-game-template/settings.gradle.kts

12 lines
217 B
Text
Raw Normal View History

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