Simplify dependency setup for jvm6 codegen test server

This commit is contained in:
Ilya Gorbunov
2017-10-27 20:06:34 +03:00
parent 339d06d040
commit 3cfb1fd6a7
2 changed files with 8 additions and 19 deletions
+2 -10
View File
@@ -4,16 +4,8 @@ apply { plugin("kotlin") }
jvmTarget = "1.6"
dependencies {
testCompile(project(":core"))
testCompile(project(":core::util.runtime"))
testCompile(project(":compiler:util"))
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:frontend"))
testCompile(project(":compiler:frontend.java"))
testCompile(project(":compiler:util"))
testCompile(project(":compiler:cli-common"))
testCompile(project(":compiler:cli"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
compile(project(":kotlin-stdlib"))
compile(project(":kotlin-test:kotlin-test-jvm"))
}
sourceSets {