We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d63bb commit 255ddc4Copy full SHA for 255ddc4
build.gradle.kts
@@ -19,7 +19,6 @@ repositories {
19
val deployNative = (findProperty("deploy.native") as String?)?.toBoolean() ?: true
20
val deployKotlin = (findProperty("deploy.kotlin") as String?)?.toBoolean() ?: true
21
22
-val lwjglVersion = "3.3.4"
23
val lwjglNatives = "natives-linux"
24
25
dependencies {
0 commit comments