Hi I am getting plugin incompatibility errors while trying to use org.jetbrains.android
. See the image below.
I run my ./gradlew verifyPlugin
locally and it passes. Some other information to note is:
- targeting IDEA 2025.1.1.1 in build
- using org.jetbrains.android:251.25410.131
- on the latest gradle version bundled 251.25410.109
- followed Android Studio Plugin Development | IntelliJ Platform Plugin SDK
- set up a test plugin here to demonstrate GitHub - zdtango/android-verifier-example
I saw a similar question here in YouTrack MP-7024/Plugin-Verifier-cannot-find-org.jetbrains.android-plugin (I cannot link because I am new user) but it’s marked as fixed, so maybe I am configuring something wrong? Thank you in advance!