Skip to content

Commit 9eeb822

Browse files
committed
0.8.3.0-16+25
1 parent f87976d commit 9eeb822

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
import kx.KxProject.glm
2-
import kx.KxProject.kool
3-
import kx.KxProject.unsigned
4-
import kx.Lwjgl
1+
import kx.*
52
import kx.Lwjgl.Modules.jemalloc
63
import kx.Lwjgl.Modules.opengl
74
import kx.implementation
85

96
plugins {
10-
val build = "0.7.3+43"
7+
val build = "0.7.3+52"
118
id("kx.kotlin") version build
129
// id("kx.dokka") version build
1310
id("kx.publish") version build

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pluginManagement {
99

1010
gradle.rootProject {
1111
group = "kotlin.graphics"
12-
version = "0.8.3.0-16+24"
12+
version = "0.8.3.0-16+25"
1313
}

0 commit comments

Comments
 (0)