Remove descriptors.jvm dependency from common backend module
Common backend should not depend on JVM parts
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user