CIDR in new versions of IC
Answered
Hello,
I am developing plugin for Android Studio. For my usecase I really need cidr packages. For example
com.jetbrains.cidr.lang.inspections.OCInspections
So far I've been developing for AS version 4.2.2 (IC 202.7660.26). Today I tried to upgrade it to 203.7717.56, but after gradle sync it throws a bunch of
Unresolved reference: cidr
It does not seem to find the package at all. Why is that?
Thanks,
Tomas Horovsky
Please sign in to leave a comment.
Tom Horovsky, how does your build file look like?
build.gradle.kts:
gradle.properties
I know that I don't have cidr in the platformPlugins, but it did not work even on 202.7660.26 when I had it there. Adding it with this version does not fix my issue.
Tom Horovsky,
Could you please try the following configuration:
Yes that works!
Thank you very much, I did not know the correct plugin-names so I was trying out cidr or jetbrains-cidr. Obviously these were incorrect.
No problem.
These are not really plugin names. They are names of directories in `<DIST>/plugins` directory. If you know which jar contains missing class - you can include platformPlugin named after the directory containing that jar.