mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -07:00
12 lines
No EOL
217 B
Text
12 lines
No EOL
217 B
Text
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "littlekt-game-template"
|
|
include("game")
|
|
|
|
enableFeaturePreview("VERSION_CATALOGS") |