JPS Build: exclude intellij-core that comes from android tools
#KT-30247 Fixed
This commit is contained in:
@@ -82,6 +82,10 @@ dependencies {
|
||||
testCompileOnly(project(":kotlin-annotation-processing-gradle"))
|
||||
}
|
||||
|
||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
configurations.compile.get().exclude("com.android.tools.external.com-intellij", "intellij-core")
|
||||
}
|
||||
|
||||
runtimeJar(rewriteDepsToShadedCompiler(jar)) {
|
||||
dependsOn(jarContents)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user