12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
plugins {
|
|
kotlin("jvm") version "1.6.0"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.badlogicgames.gdx:gdx-tools:1.10.0")
|
|
implementation(gradleApi())
|
|
} |