littlekt-game-template/settings.gradle.kts

11 lines
196 B
Text
Raw Permalink Normal View History

2022-03-09 14:55:07 -07:00
pluginManagement {
repositories {
mavenLocal()
2022-03-09 14:55:07 -07:00
google()
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "littlekt-game-template"
2023-10-27 06:04:52 -06:00
include("game")