Pill: Add idea-android-output-parser module to JPS model

This commit is contained in:
Yan Zhulanow
2018-03-24 00:46:54 +03:00
parent 5d9bdbec10
commit 78f2fe1eab
@@ -3,6 +3,8 @@ plugins {
kotlin("jvm")
}
apply { plugin("jps-compatible") }
dependencies {
compile(project(":compiler:util"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }