mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-18 05:10:28 -06:00
20 lines
No EOL
309 B
Kotlin
20 lines
No EOL
309 B
Kotlin
buildscript {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath(libs.bundles.plugins)
|
|
}
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
|
|
group = "com.game.template"
|
|
version = "1.0"
|
|
} |