mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
12 lines
155 B
Kotlin
12 lines
155 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop")
|
|
}
|