[Build] Remove redundant trove4j compileOnly dependencies
^KTI-1135 In Progress
This commit is contained in:
committed by
Space Team
parent
21b438f55d
commit
60080e8bb8
@@ -18,7 +18,6 @@ dependencies {
|
|||||||
|
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
compileOnly(project(":compiler:build-tools:kotlin-build-statistics"))
|
compileOnly(project(":compiler:build-tools:kotlin-build-statistics"))
|
||||||
|
|
||||||
testCompileOnly(project(":compiler:cli-common"))
|
testCompileOnly(project(":compiler:cli-common"))
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ dependencies {
|
|||||||
|
|
||||||
compileOnly(toolsJarApi())
|
compileOnly(toolsJarApi())
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
compileOnly(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
compileOnly(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
||||||
|
|
||||||
testApi(project(":compiler:backend"))
|
testApi(project(":compiler:backend"))
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ dependencies {
|
|||||||
testCompileOnly(intellijCore())
|
testCompileOnly(intellijCore())
|
||||||
|
|
||||||
testRuntimeOnly(intellijCore())
|
testRuntimeOnly(intellijCore())
|
||||||
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
|
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ dependencies {
|
|||||||
implementation(project(":compiler:fir:cones"))
|
implementation(project(":compiler:fir:cones"))
|
||||||
|
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
|
|
||||||
runtimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
runtimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ dependencies {
|
|||||||
|
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
compileOnly(libs.guava)
|
compileOnly(libs.guava)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ dependencies {
|
|||||||
api(project(":compiler:ir.backend.common"))
|
api(project(":compiler:ir.backend.common"))
|
||||||
api(project(":compiler:backend.jvm"))
|
api(project(":compiler:backend.jvm"))
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
optInToUnsafeDuringIrConstructionAPI()
|
optInToUnsafeDuringIrConstructionAPI()
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ dependencies {
|
|||||||
implementation(project(":compiler:util"))
|
implementation(project(":compiler:util"))
|
||||||
|
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
|
|
||||||
runtimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
runtimeOnly(commonDependency("org.jetbrains.intellij.deps:jdom"))
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ dependencies {
|
|||||||
api(project(":compiler:frontend.java"))
|
api(project(":compiler:frontend.java"))
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
compileOnly(libs.guava)
|
compileOnly(libs.guava)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ dependencies {
|
|||||||
api(project(":js:js.parser"))
|
api(project(":js:js.parser"))
|
||||||
compileOnly(project(":js:js.sourcemap"))
|
compileOnly(project(":js:js.sourcemap"))
|
||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
|
||||||
compileOnly(libs.guava)
|
compileOnly(libs.guava)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user