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 2aedb23 commit 3b9d5d4Copy full SHA for 3b9d5d4
build.gradle.kts
@@ -4,15 +4,15 @@ import kx.kxImplementation
4
import kx.lwjglImplementation
5
6
plugins {
7
- val build = "0.7.0+71"
+ val build = "0.7.0+79"
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+21"
+version = "0.8.3.0-16+22"
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+38
+platformVersion=0.2.8+44
0 commit comments