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.
This commit is contained in:
Nikolay Krasko
2018-02-28 13:48:36 +03:00
parent 715d5e90ba
commit b1bcadd762
+1
View File
@@ -9,6 +9,7 @@
<idea-version since-build="173.1" until-build="173.*"/>
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.remoteServers</depends>
<!-- required for Kotlin/Native plugin -->
<depends optional="true">org.jetbrains.kotlin.native.platform.deps</depends>