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

This commit is contained in:
Alexander Udalov
2017-10-17 14:36:23 +02:00
parent c2276e2ccb
commit 33549362cb
115 changed files with 76 additions and 57 deletions
@@ -11,10 +11,10 @@ dependencies {
compile(project(":compiler:cli"))
compile(project(":kotlin-build-common"))
testCompile(commonDep("junit:junit"))
testCompile(project(":compiler:tests-common"))
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
testCompile(projectDist(":kotlin-stdlib"))
testCompile(projectTests(":kotlin-build-common"))
testCompile(projectTests(":compiler:tests-common"))
}
sourceSets {