Remove descriptors.jvm dependency from common backend module

Common backend should not depend on JVM parts
This commit is contained in:
Ivan Kylchik
2020-06-17 22:56:14 +03:00
parent 8f6a1b418d
commit 2534b15553
2 changed files with 37 additions and 33 deletions
@@ -4,7 +4,6 @@ plugins {
}
dependencies {
compile(project(":core:descriptors.jvm")) //used to get java classes fq names by kotlin names
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(project(":compiler:backend-common"))