JPS Build: exclude intellij-core that comes from android tools

#KT-30247 Fixed
This commit is contained in:
Sergey Rostov
2019-04-02 09:14:03 +03:00
parent 61f3e776a7
commit 3465a30201
@@ -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)