File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11import kx.*
2- import kx.Lwjgl.Modules.jemalloc
3- import kx.Lwjgl.Modules.opengl
4- import kx.implementation
2+ import org.lwjgl.Lwjgl
3+ import org.lwjgl.Lwjgl.Module.*
54
65plugins {
7- val build = " 0.7.3+52 "
8- id( " kx.kotlin " ) version build
9- // id("kx.dokka") version build
10- id( " kx. publish" ) version build
11- id( " kx.dynamic-align " ) version build
12- id(" kx.util " ) version build
6+ fun kx ( vararg p : Pair < String , String >) = p.forEach { id( " io.github.kotlin-graphics. ${it.first} " ) version it.second }
7+ kx( " align " to " 0.0.7 " ,
8+ " base " to " 0.0.10 " ,
9+ " publish" to " 0.0.6 " ,
10+ " utils " to " 0.0.5 " )
11+ id(" org.lwjgl.plugin " ) version " 0.0.20 "
1312}
1413
1514dependencies {
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https://services.gradle.org/distributions/gradle-7.2 -bin.zip
7- distributionSha256Sum =f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
6+ distributionUrl =https\ ://services.gradle.org/distributions/gradle-7.3 -bin.zip
7+ distributionSha256Sum =de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pluginManagement {
99
1010gradle.rootProject {
1111 group = " kotlin.graphics"
12- version = " 0.8.3.0-16+25 "
12+ version = " 0.8.3.0-17 "
1313}
You can’t perform that action at this time.
0 commit comments