Is it possible to install the plugin produced by r...
# kontributors
c
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?
t
1. You need modules.lang depend
2. Possibly you need specific Kotlin plugin dependency (Android Studio version in your case)
You can check versions here
c
I’m talking about specifically installing the Kotlin IDEA Plugin though, building it from the kotlin repo from source
I managed to realized that I need to run
bunch switch as41
to get the right versions actually
So now I’ve gotten past that issue, but getting “Failed to load plugin descriptor”