File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ plugins {
44 id " com.github.johnrengelman.shadow" version ' 2.0.4'
55}
66
7- ext. moduleName = ' com.github.kotlin_graphics.kotlin_unsigned'
7+ ext {
8+ moduleName = ' com.github.kotlin_graphics.kotlin_unsigned'
9+ kotlintest_version = ' 3.1.10'
10+ }
811
912dependencies {
1013
1114 implementation " org.jetbrains.kotlin:kotlin-stdlib"
12- // implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.10" // fix kotlintest classpath warnings
1315
14- testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10 '
16+ testImplementation " io.kotlintest:kotlintest-runner-junit5:$k otlintest_version " . toString()
1517}
1618
1719repositories {
1820 mavenCentral()
19- // maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
2021 maven { url = " https://jitpack.io" }
2122}
2223
You can’t perform that action at this time.
0 commit comments