Exclude transitive :kotlin-build-common dependency
This dependency has non-relocated 'com.intellij' types which could lead to build errors if build classpath will have it earlier in the list then kotlin-compiler-embeddable. ^KT-56414 Fixed
This commit is contained in:
committed by
Space Team
parent
40d75d531b
commit
3c01ad6bc3
@@ -72,7 +72,10 @@ dependencies {
|
||||
commonRuntimeOnly(project(":kotlin-compiler-embeddable"))
|
||||
commonRuntimeOnly(project(":kotlin-annotation-processing-gradle"))
|
||||
commonRuntimeOnly(project(":kotlin-android-extensions"))
|
||||
commonRuntimeOnly(project(":kotlin-compiler-runner"))
|
||||
commonRuntimeOnly(project(":kotlin-compiler-runner")) {
|
||||
// Excluding dependency with not-relocated 'com.intellij' types
|
||||
exclude(group = "org.jetbrains.kotlin", module = "kotlin-build-common")
|
||||
}
|
||||
commonRuntimeOnly(project(":kotlin-scripting-compiler-embeddable"))
|
||||
commonRuntimeOnly(project(":kotlin-scripting-compiler-impl-embeddable"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user