IR: add module ir.tree.impl, move main IR implementation there

This commit is contained in:
Alexander Udalov
2020-07-14 18:55:30 +02:00
parent 77247deb23
commit cce55f1609
29 changed files with 28 additions and 2 deletions
@@ -19,6 +19,7 @@ dependencies {
compileOnly(project(":compiler:backend"))
compileOnly(project(":compiler:ir.backend.common"))
compileOnly(project(":compiler:backend.jvm"))
compileOnly(project(":compiler:ir.tree.impl"))
compileOnly(project(":kotlin-android-extensions-runtime"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }