Refactoring - renaming projects, applying sourceSets DSL

This commit is contained in:
Ilya Chernikov
2017-09-11 14:21:44 +02:00
parent a6aaee3fe0
commit 96d5e0bb21
23 changed files with 84 additions and 93 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ dependencies {
compile(project(":core"))
compile(project(":compiler:backend"))
compile(project(":compiler:cli-common"))
compile(project(":compiler:daemon-client"))
compile(project(":kotlin-daemon-client"))
compile(project(":compiler:frontend"))
compile(project(":compiler:frontend.java"))
compile(project(":compiler:frontend.script"))
@@ -76,7 +76,7 @@ dependencies {
testRuntime(preloadedDeps("uast-common", "uast-java"))
// deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req
testCompile(project(":plugins:android-extensions-compiler"))
testCompile(project(":android-extensions-compiler"))
testCompile(project(":plugins:android-extensions-idea")) { isTransitive = false }
testCompile(project(":plugins:allopen-ide")) { isTransitive = false }
testCompile(project(":kotlin-allopen-compiler-plugin"))