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 fae4615 commit 2aedb23Copy full SHA for 2aedb23
build.gradle.kts
@@ -4,15 +4,15 @@ import kx.kxImplementation
4
import kx.lwjglImplementation
5
6
plugins {
7
- val build = "0.7.0+63"
+ val build = "0.7.0+71"
8
id("kx.kotlin.11") version build
9
id("kx.lwjgl") version build
10
id("kx.dokka") version build
11
id("kx.publish") version build
12
java
13
}
14
15
-version = "0.8.3.0-16+20"
+version = "0.8.3.0-16+21"
16
17
dependencies {
18
gradle.properties
@@ -1,3 +1,3 @@
1
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
2
org.gradle.daemon=false
3
-platformVersion=0.2.8+32
+platformVersion=0.2.8+38
0 commit comments