Incorrect compatible products appears in plugin repository
I have added <depends>com.intellij.modules.java</depends> tag in the plugin.xml and according to the documentation it suppose to be compatible with Intelij IDEA only, but in the plugin repository it shows "Compatible with: IntelliJ IDEA Android Studio"
Please sign in to leave a comment.
Android Studio includes java support so your plugin is indeed compatible with it. If it uses some functionality which isn't present in Android Studio you need to add dependencies on corresponding modules.
I've updated the docs to show that Android Studio also has the "com.intellij.modules.java" module.
Thanks. That helped