Skip to content

Commit e9f7e34

Browse files
committed
publish 1.4.4
1 parent 936b962 commit e9f7e34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
4141
<idea-version since-build="192"/>
4242
<!--<idea-version since-build="173.3727" until-build="182.*"/>-->
43+
<depends>com.intellij.modules.platform</depends>
4344
<depends>org.jetbrains.kotlin</depends>
4445
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
4546
on how to target different products -->
46-
47+
<depends>com.intellij.java</depends>
4748
<depends>com.intellij.modules.lang</depends>
4849
<depends>com.intellij.modules.java</depends>
4950
<depends>org.jetbrains.android</depends>
51+
<!-- <depends>com.intellij.modules.androidstudio</depends>-->
5052
<extensions defaultExtensionNs="com.intellij">
5153
<applicationConfigurable instance="com.longforus.mvpautocodeplus.config.ConfigComponent"/>
5254
</extensions>

0 commit comments

Comments
 (0)