From b1bcadd7620245fe70b0dc36416b7092087f1147 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 28 Feb 2018 13:48:36 +0300 Subject: [PATCH] Add mandatory dependency to com.intellij.modules.remoteServers Android studio doesn't have this bundled module, so this should prevent installing plugins for Intellij to AS. This patch should be reverted in AS branches. --- 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 e39f0ffe10a..62bf618fb39 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -9,6 +9,7 @@ com.intellij.modules.platform + com.intellij.modules.remoteServers org.jetbrains.kotlin.native.platform.deps