From 02578bc378204ab3123a0f81a9accde32a73d3fe Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 18 Apr 2018 18:31:39 +0300 Subject: [PATCH] Add dependency on `com.intellij.modules.androidstudio` to AS 3.1 & 3.2 plugin.xml --- idea/src/META-INF/plugin.xml.as31 | 3 +-- idea/src/META-INF/plugin.xml.as32 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/idea/src/META-INF/plugin.xml.as31 b/idea/src/META-INF/plugin.xml.as31 index 9aaff685110..a146e428638 100644 --- a/idea/src/META-INF/plugin.xml.as31 +++ b/idea/src/META-INF/plugin.xml.as31 @@ -9,6 +9,7 @@ com.intellij.modules.platform + com.intellij.modules.androidstudio org.jetbrains.kotlin.native.platform.deps @@ -24,8 +25,6 @@ org.intellij.intelliLang org.jetbrains.java.decompiler - - diff --git a/idea/src/META-INF/plugin.xml.as32 b/idea/src/META-INF/plugin.xml.as32 index d7bc3839091..3aec5fbf523 100644 --- a/idea/src/META-INF/plugin.xml.as32 +++ b/idea/src/META-INF/plugin.xml.as32 @@ -9,6 +9,7 @@ com.intellij.modules.platform + com.intellij.modules.androidstudio org.jetbrains.kotlin.native.platform.deps @@ -24,8 +25,6 @@ org.intellij.intelliLang org.jetbrains.java.decompiler - -