(minor) Fix missing dependency on JUnit
(cherry picked from commit 7ad5d04)
This commit is contained in:
committed by
Alexey Tsvetkov
parent
1bc0e8a276
commit
edd22310c0
@@ -50,6 +50,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile "org.jetbrains.kotlin:kotlin-build-common-test:$kotlin_version"
|
testCompile "org.jetbrains.kotlin:kotlin-build-common-test:$kotlin_version"
|
||||||
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
||||||
|
testCompile "junit:junit:4.12"
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(project.compileKotlin.class) {
|
tasks.withType(project.compileKotlin.class) {
|
||||||
|
|||||||
Reference in New Issue
Block a user