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
@@ -12,7 +12,7 @@ dependencies {
testApi(project(":kotlin-scripting-compiler-js"))
testApi(project(":compiler:cli"))
testApi(project(":compiler:backend.js"))
testApi(project(":compiler:ir.tree.impl"))
testApi(project(":compiler:ir.tree"))
testApi(project(":js:js.engines"))
testApi(intellijCore())