Build: Fix intellij dependency leak from ir tree module
This commit is contained in:
@@ -13,7 +13,7 @@ dependencies {
|
||||
compileOnly(project(":kotlin-scripting-compiler"))
|
||||
compileOnly(project(":compiler:cli"))
|
||||
compileOnly(project(":kotlin-reflect-api"))
|
||||
compileOnly(intellijCoreDep())
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
@@ -75,7 +75,8 @@ dependencies {
|
||||
compileOnly("com.android.tools.build:gradle-core:3.0.0") { isTransitive = false }
|
||||
compileOnly("com.android.tools.build:builder-model:3.0.0") { isTransitive = false }
|
||||
|
||||
testCompileOnly (project(":compiler"))
|
||||
testCompileOnly(intellijDep()) { includeJars("serviceMessages", "junit", rootProject = rootProject) }
|
||||
testCompileOnly(project(":compiler"))
|
||||
testCompile(projectTests(":kotlin-build-common"))
|
||||
testCompile(project(":kotlin-android-extensions"))
|
||||
testCompile(project(":kotlin-compiler-runner"))
|
||||
|
||||
Reference in New Issue
Block a user