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"

0
3 comments

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.

0

I've updated the docs to show that Android Studio also has the "com.intellij.modules.java" module.

0
Avatar
Permanently deleted user

Thanks. That helped

0

Please sign in to leave a comment.