File tree Expand file tree Collapse file tree 3 files changed +248
-335
lines changed
Expand file tree Collapse file tree 3 files changed +248
-335
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,13 @@ repositories {
5454}
5555
5656dependencies {
57- testCompile ' junit:junit:4.12'
5857 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5958 compile " com.xenomachina:xenocom:$xenocom_version "
59+
60+ testCompile " io.kotlintest:kotlintest:$kotlintest_version "
61+ // This is to ensure that kotlintest uses the correct version of
62+ // kotlin-reflect
63+ testCompile " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
6064}
6165
6266sourceSets {
Original file line number Diff line number Diff line change 11version =1.1.1-SNAPSHOT
22
33# Dependency versions
4- kotlin_version = 1.1.1
54dokka_version = 0.9.13
6- xenocom_version = 0.0.3
5+ kotlintest_version = 2.0.0
6+ kotlin_version = 1.1.1
77ktlint_version = 0.6.1
8+ xenocom_version = 0.0.4
You can’t perform that action at this time.
0 commit comments