Skip to content

Commit 7bada9b

Browse files
committed
gradle restructurization
1 parent 6e302ee commit 7bada9b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ dependencies {
3636

3737
implementation 'com.github.kotlin-graphics:gln:b6f92bf107aa87046bccb5d35edcccb50e767770'
3838

39-
testCompile 'io.kotlintest:kotlintest:2.0.7'
40-
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
41-
39+
testImplementation 'io.kotlintest:kotlintest:2.0.7'
40+
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
4241

4342

4443
// ext.jogl = "2.3.2"
@@ -60,7 +59,7 @@ dependencies {
6059
}
6160
["", "-glfw", "-jemalloc", "-openal", "-opengl", "-stb"].each {
6261
implementation "org.lwjgl:lwjgl$it:$lwjglVersion"
63-
implementation "org.lwjgl:lwjgl$it:$lwjglVersion:$lwjglNatives"
62+
runtime "org.lwjgl:lwjgl$it:$lwjglVersion:$lwjglNatives"
6463
}
6564
}
6665

0 commit comments

Comments
 (0)