mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-19 05:40:29 -06:00
12 lines
No EOL
217 B
Kotlin
12 lines
No EOL
217 B
Kotlin
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "littlekt-game-template"
|
|
include("game")
|
|
|
|
enableFeaturePreview("VERSION_CATALOGS") |