Extract module info & target platform to separate frontend.common
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cd614b5bf8
commit
e3aed04d96
@@ -14,6 +14,7 @@ dependencies {
|
||||
compile(project(":compiler:container"))
|
||||
compile(project(":compiler:resolution"))
|
||||
compile(project(":compiler:psi"))
|
||||
compile(project(":compiler:frontend.common"))
|
||||
compile(project(":kotlin-script-runtime"))
|
||||
compile(commonDep("io.javaslang","javaslang"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
|
||||
Reference in New Issue
Block a user