Rename module ':compiler.tests-common' -> ':compiler:tests-common'

This commit is contained in:
Alexander Udalov
2017-10-16 19:17:32 +02:00
parent ef00807a18
commit c2276e2ccb
117 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ dependencies {
compile(ideaUltimatePluginDeps("*.jar", plugin = "JavaScriptDebugger"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
testCompile(project(":compiler.tests-common")) { isTransitive = false }
testCompile(project(":compiler:tests-common")) { isTransitive = false }
testCompile(project(":idea:idea-test-framework")) { isTransitive = false }
testCompile(project(":plugins:lint")) { isTransitive = false }
testCompile(project(":idea:idea-jvm")) { isTransitive = false }