@@ -4,28 +4,28 @@ plugins {
44 id ' maven'
55 id ' java'
66 id ' java-library'
7- id " org.jetbrains.kotlin.jvm" version " 1.3.10 "
8- id " com.github.johnrengelman.shadow" version ' 2 .0.4 '
7+ id " org.jetbrains.kotlin.jvm" version " 1.3.11 "
8+ id " com.github.johnrengelman.shadow" version ' 4 .0.3 '
99}
1010
1111// jitpack
1212group = ' com.github.kotlin-graphics'
1313
1414ext {
1515 moduleName = ' com.github.kotlin_graphics.uno'
16- kotlin_version = ' 1.3.10'
17- kotlintest_version = ' 3.1.10'
18- gln_version = ' f1e357953dd3dd8a5685d76ead6b2090376ad003'
19- vkk_version = ' bc7ce78f4c56c1ad5869eb59bb3d6d9dcde269ad'
20- lwjgl_version = " 3.2.1-SNAPSHOT"
16+ kotlin = ' org.jetbrains.kotlin:kotlin'
17+ kotlin_version = ' 1.3.11'
18+ kotlintest_version = ' 3.1.11'
19+ gln_version = ' 39c1390fcbbbcfea7ad5fc3e80e19e0729373ecc'
20+ vkk_version = ' a0d037b48e'
21+ lwjgl_version = " 3.2.1"
2122 lwjgl_natives = current() == WINDOWS ? " windows" : current() == LINUX ? " linux" : " macos"
2223}
2324
2425dependencies {
2526
26- ext. kotlin = " org.jetbrains.kotlin:kotlin"
27- implementation " $kotlin -stdlib:$kotlin_version " . toString()
28- implementation " $kotlin -reflect:$kotlin_version " . toString()
27+ implementation " $kotlin -stdlib"
28+ implementation " $kotlin -reflect"
2929
3030 ext. kx = " com.github.kotlin-graphics"
3131 api " $kx :gln:$gln_version " . toString()
@@ -42,6 +42,12 @@ dependencies {
4242 if (it != " -vulkan" && it != " -jawt" )
4343 runtime " org.lwjgl:lwjgl$it :$lwjgl_version :natives-$lwjgl_natives "
4444 }
45+
46+ constraints {
47+ testImplementation(" $kotlin -stdlib:$kotlin_version " )
48+ testImplementation(" $kotlin -stdlib-jdk7:$kotlin_version " )
49+ testImplementation(" $kotlin -reflect:$kotlin_version " )
50+ }
4551}
4652
4753repositories {
0 commit comments