From 78f2fe1eab07f1f4012c060776728eb0c665ccca Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Sat, 24 Mar 2018 00:46:54 +0300 Subject: [PATCH] Pill: Add idea-android-output-parser module to JPS model --- idea/idea-android/idea-android-output-parser/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idea/idea-android/idea-android-output-parser/build.gradle.kts b/idea/idea-android/idea-android-output-parser/build.gradle.kts index 336ac76bb14..2baabfd0450 100644 --- a/idea/idea-android/idea-android-output-parser/build.gradle.kts +++ b/idea/idea-android/idea-android-output-parser/build.gradle.kts @@ -3,6 +3,8 @@ plugins { kotlin("jvm") } +apply { plugin("jps-compatible") } + dependencies { compile(project(":compiler:util")) compileOnly(intellijCoreDep()) { includeJars("intellij-core") }