[Build] Remove redundant trove4j compileOnly dependencies
^KTI-1135 In Progress
This commit is contained in:
committed by
Space Team
parent
21b438f55d
commit
60080e8bb8
@@ -8,7 +8,6 @@ dependencies {
|
||||
api(project(":compiler:ir.backend.common"))
|
||||
api(project(":compiler:backend.jvm"))
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||
}
|
||||
|
||||
optInToUnsafeDuringIrConstructionAPI()
|
||||
|
||||
@@ -13,7 +13,6 @@ dependencies {
|
||||
implementation(project(":compiler:util"))
|
||||
|
||||
compileOnly(intellijCore())
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||
|
||||
runtimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user