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
@@ -116,7 +116,6 @@ dependencies {
compilerApi project(":native:kotlin-native-utils")
compilerApi project(":core:descriptors")
compilerApi project(":compiler:ir.tree")
compilerApi project(":compiler:ir.tree.impl")
compilerApi project(":compiler:ir.backend.common")
compilerApi project(":compiler:util")
compilerApi project(":native:frontend.native")
@@ -6155,7 +6155,6 @@ dependencies {
nopPluginApi project(":native:kotlin-native-utils")
nopPluginApi project(":core:descriptors")
nopPluginApi project(":compiler:ir.tree")
nopPluginApi project(":compiler:ir.tree.impl")
nopPluginApi project(":compiler:ir.backend.common")
nopPluginApi project(":compiler:util")
nopPluginApi project(":native:frontend.native")