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 f87976d commit 9eeb822Copy full SHA for 9eeb822
build.gradle.kts
@@ -1,13 +1,10 @@
1
-import kx.KxProject.glm
2
-import kx.KxProject.kool
3
-import kx.KxProject.unsigned
4
-import kx.Lwjgl
+import kx.*
5
import kx.Lwjgl.Modules.jemalloc
6
import kx.Lwjgl.Modules.opengl
7
import kx.implementation
8
9
plugins {
10
- val build = "0.7.3+43"
+ val build = "0.7.3+52"
11
id("kx.kotlin") version build
12
// id("kx.dokka") version build
13
id("kx.publish") version build
settings.gradle.kts
@@ -9,5 +9,5 @@ pluginManagement {
gradle.rootProject {
group = "kotlin.graphics"
- version = "0.8.3.0-16+24"
+ version = "0.8.3.0-16+25"
}
0 commit comments