File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments