From 7812a17f133c936de71c86f8d5e03086a472a69f Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 2 May 2017 17:55:29 +0200 Subject: [PATCH] Mark Kotlin plugin as a JPS plugin so that JPS extensions are loaded The Kotlin output parser for the Gradle build output in Android Studio is loaded through the JPS extension manager, and the Kotlin JPS plugin doesn't exist in Android Studio, so we need to use this mechanism. #KT-17596 Fixed --- idea/src/META-INF/plugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 7747550d32f..18ddfb47145 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -343,6 +343,7 @@ +