IR: move ExpectDeclarationRemover to ir.backend.common

This commit is contained in:
Alexander Udalov
2021-02-21 13:28:13 +01:00
parent 26a96a1c19
commit 1ae46b529f
4 changed files with 5 additions and 4 deletions
@@ -8,6 +8,7 @@ dependencies {
compile(project(":compiler:ir.psi2ir"))
compile(project(":compiler:ir.serialization.common"))
compile(project(":js:js.frontend"))
implementation(project(":compiler:ir.backend.common"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}