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
@@ -11,7 +11,7 @@ dependencies {
api(project(":compiler:backend-common"))
api(project(":compiler:ir.backend.common"))
api(project(":compiler:ir.serialization.js"))
api(project(":compiler:ir.tree.impl"))
api(project(":compiler:ir.tree"))
api(project(":compiler:backend.js"))
api(project(":compiler:backend.wasm"))
api(project(":js:js.translator"))