Is it possible to install the plugin produced by running
./gradlew ideaPlugin
into Android Studio? Once that finishes I zip
/dist/artifacts/ideaPlugin/Kotlin
and try to install that as a plugin from disk, but I always get the message “Plugin ‘Kotlin’ is incompatible with this installation”. Is there something I need to configure before building the plugin to note which IDE I want to build it for?