Unciv/buildSrc/build.gradle.kts

14 lines
215 B
Plaintext

plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
}
dependencies {
implementation("com.badlogicgames.gdx:gdx-tools:1.12.1") {
exclude("com.badlogicgames.gdx", "gdx-backend-lwjgl")
}
}