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:
@@ -9,6 +9,7 @@
|
|||||||
<idea-version since-build="173.1" until-build="173.*"/>
|
<idea-version since-build="173.1" until-build="173.*"/>
|
||||||
|
|
||||||
<depends>com.intellij.modules.platform</depends>
|
<depends>com.intellij.modules.platform</depends>
|
||||||
|
<depends>com.intellij.modules.remoteServers</depends>
|
||||||
|
|
||||||
<!-- required for Kotlin/Native plugin -->
|
<!-- required for Kotlin/Native plugin -->
|
||||||
<depends optional="true">org.jetbrains.kotlin.native.platform.deps</depends>
|
<depends optional="true">org.jetbrains.kotlin.native.platform.deps</depends>
|
||||||
|
|||||||
Reference in New Issue
Block a user