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
+1 -1
View File
@@ -8,7 +8,7 @@ plugins {
dependencies {
testApi(project(":compiler:fir:entrypoint"))
testApi(project(":compiler:cli"))
testImplementation(project(":compiler:ir.tree.impl"))
testImplementation(project(":compiler:ir.tree"))
testImplementation(project(":compiler:backend.jvm.entrypoint"))
testImplementation(project(":compiler:backend.jvm.lower"))
testImplementation(intellijCore())