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
@@ -14,6 +14,7 @@ dependencies {
compileOnly(project(":compiler:cli"))
compileOnly(project(":compiler:backend.js"))
compileOnly(project(":core:descriptors.runtime"))
compileOnly(project(":compiler:ir.tree.impl"))
compile(project(":kotlin-scripting-common"))
compile(project(":kotlin-scripting-js"))
compile(project(":kotlin-util-klib"))