wizard/buildSrc/build.gradle.kts
Jonah Bauer bb16c5fa03 improved libGDX client performance
added automatic texture packing
2021-11-19 17:55:46 +01:00

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())
}