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 {
4
4
id " com.github.johnrengelman.shadow" version ' 2.0.4'
5
5
}
6
6
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
+ }
8
11
9
12
dependencies {
10
13
11
14
implementation " org.jetbrains.kotlin:kotlin-stdlib"
12
- // implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.10" // fix kotlintest classpath warnings
13
15
14
- testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10 '
16
+ testImplementation " io.kotlintest:kotlintest-runner-junit5:$k otlintest_version " . toString()
15
17
}
16
18
17
19
repositories {
18
20
mavenCentral()
19
- // maven { url = "https://dl.bintray.com/kotlin/kotlin-eap" }
20
21
maven { url = " https://jitpack.io" }
21
22
}
22
23
You can’t perform that action at this time.
0 commit comments