Wizard: fix tests

This commit is contained in:
Ilya Kirillov
2020-01-21 15:41:09 +03:00
parent 217cf3edd1
commit fa4cba341b
24 changed files with 78 additions and 40 deletions
@@ -16,7 +16,9 @@ kotlin {
}
}
jvmTest {
dependencies {
implementation kotlin('test-junit')
}
}
}
}
@@ -15,6 +15,10 @@ kotlin {
implementation(kotlin("stdlib-jdk8"))
}
}
val jvmTest by getting
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit"))
}
}
}
}
@@ -1,12 +1,13 @@
kotlin:
version: 1.3.61
projectKind: Multiplatform
modules:
- type: multiplatform
kind: multiplatform
name: a
subModules:
- type: jvmTarget
- type:
name: jvmTarget
testFramework: JUNIT4
kind: target
name: jvm
sourcesets: