Files
gradle2nix/fixtures/projects/dependency/classifier/kotlin/build.gradle.kts
2024-05-17 14:52:02 -07:00

12 lines
155 B
Kotlin

plugins {
java
}
repositories {
mavenCentral()
}
dependencies {
implementation("com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop")
}