Remove ir.tree.impl from build

This commit is contained in:
Mikhael Bogdanov
2022-06-14 10:05:08 +02:00
committed by Space
parent 328160894b
commit 41d6f0dca4
24 changed files with 14 additions and 27 deletions
-3
View File
@@ -35,9 +35,6 @@ dependencies {
api(project(":kotlin-util-klib"))
api(project(":kotlin-util-io"))
// TODO: as soon as cli-jvm is extracted out of this module, move this dependency there
compileOnly(project(":compiler:ir.tree.impl"))
compileOnly(toolsJarApi())
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))