Extract module 'config.jvm' out of 'frontend.java'

This allows to get rid of dependency cli.common -> frontend.java.
This commit is contained in:
Alexander Udalov
2020-03-14 23:14:04 +01:00
committed by Alexander Udalov
parent 90ae416b72
commit 15d2a06132
14 changed files with 21 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ dependencies {
compile(project(":core:descriptors"))
compile(project(":core:descriptors.jvm"))
compile(project(":compiler:util"))
compile(project(":compiler:config.jvm"))
compile("javax.annotation:jsr250-api:1.0")
compile(project(":compiler:frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }