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