Fixes after rebase

This commit is contained in:
Ilya Chernikov
2017-12-21 08:57:36 +01:00
committed by Vyacheslav Gerasimov
parent 172a29ba04
commit 2dc4769c0a
3 changed files with 2 additions and 15 deletions
+1
View File
@@ -10,6 +10,7 @@ dependencies {
compileOnly(project(":compiler:frontend.java"))
compileOnly(project(":js:js.serializer"))
compileOnly(project(":js:js.frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "util") }
compileOnly(project(":kotlin-reflect-api"))