Package org.intellij.images missing in IntelliJ 2020.1
已回答
I have updated my plugin to version 2020.1 and found that the package "org.intellij.images" is no longer included in the IntelliJ platform. Since my plugin depends on the officially supported image file types "org.intellij.images.fileTypes.impl.*", my build now fails.
I'm not quite sure what is going wrong here. Is the package no longer supported or has it just become optional and I have to add via Gradle? Thanks!
请先登录再写评论。
Images are now a plugin. Need to add dependency to plugin: <depends>com.intellij.platform.images</depends>
Many thanks for the quick feedback! You have put me on the right track. I have additionally adapted my Gradle file as follows:
I have yet to migrate my plugin to gradle build so could not give you the build.gradle changes. I know I need to migrate the build but expect it to be a less than pleasant experience with lots of surprises so I procrastinate.
Please always check known changes https://www.jetbrains.org/intellij/sdk/docs/reference_guide/api_changes/api_changes_list_2020.html