1- import kx.LwjglModules.*
2- import kx.KxProject.*
3- import kx.kxImplementation
4- import kx.lwjglImplementation
1+ import kx.KxProject.glm
2+ import kx.KxProject.kool
3+ import kx.KxProject.unsigned
4+ import kx.Lwjgl
5+ import kx.Lwjgl.Modules.jemalloc
6+ import kx.Lwjgl.Modules.opengl
7+ import kx.implementation
58
69plugins {
7- 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
10+ val build = " 0.7.3+41"
11+ id(" kx.kotlin" ) version build
12+ // id("kx.dokka") version build
1113 id(" kx.publish" ) version build
12- java
14+ id(" kx.dynamic-align" ) version build
15+ id(" kx.util" ) version build
1316}
1417
15- version = " 0.8.3.0-16+22"
16-
1718dependencies {
1819
19- kxImplementation (unsigned, kool, glm)
20+ implementation (unsigned, kool, glm)
2021
2122 // https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core
2223 listOf (/* "-batik",*/ " -bmp" , " -core" , " -icns" , " -iff" , " -jpeg" , " -metadata" , " -pcx" , " -pdf" , " -pict" , " -pnm" ,
@@ -26,5 +27,5 @@ dependencies {
2627 // https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-transcoder
2728 // implementation "org.apache.xmlgraphics:batik-transcoder:1.12"
2829
29- lwjglImplementation (jemalloc, opengl)
30+ Lwjgl { implementation (jemalloc, opengl) }
3031}
0 commit comments