Remove dependency on :kotlin-test:kotlin-test-jvm from tests-common

#KT-20897 Fixed
This commit is contained in:
Denis Zharkov
2018-04-06 20:31:42 +03:00
parent a58bc7f301
commit 42d9c5b932
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jvmTarget = "1.6"
dependencies {
compile(project(":kotlin-stdlib"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
}
sourceSets {
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies {
testCompile(project(":js:js.frontend"))
testCompile(project(":js:js.translator"))
testCompileOnly(project(":plugins:android-extensions-compiler"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
testCompile(projectTests(":compiler:tests-common-jvm6"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompile(commonDep("junit:junit"))