Move compiler/tests-common-jvm6/{src -> tests}, adjust dependencies

This commit is contained in:
Alexander Udalov
2017-10-17 15:02:01 +02:00
parent 33549362cb
commit 8786c951a6
7 changed files with 19 additions and 15 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies {
testCompile(projectDist(":kotlin-reflect"))
testCompile(projectTests(":compiler"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-common-jvm6"))
testRuntime(projectRuntimeJar(":kotlin-preloader"))
testRuntime(preloadedDeps("dx", subdir = "android-5.0/lib"))
testRuntime(ideaSdkCoreDeps("*.jar"))