Move interpreter files to separate module

This commit is contained in:
Ivan Kylchik
2020-06-19 00:00:54 +03:00
parent 64aa0ec5c8
commit f028d6c898
25 changed files with 101 additions and 91 deletions
+1 -3
View File
@@ -8,10 +8,8 @@ dependencies {
compile(project(":compiler:frontend"))
compile(project(":compiler:backend-common"))
compile(project(":compiler:ir.tree"))
compile(project(":compiler:ir.interpreter"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { // primary used in ir interpreter
isTransitive = false
}
}
sourceSets {