Closed KotlinIsland closed 2 years ago
Nothing has changed: You must use the minimum Java version depending on your chosen target platform version.
Please note that 2022.2 is still in EAP and thus far from being widely used. Java version requirements are always listed on corresponding API changes pages: https://plugins.jetbrains.com/docs/intellij/api-changes-list-2022.html
I've updated above mentioned page as well now.
Since 2022.2 Idea uses JBR 17, how should this be handled in plugin development? Should plugins have different compilations depending on the Idea version?
Maybe this comment could be updated as well? https://github.com/JetBrains/intellij-platform-plugin-template/blob/edf9434f35dd60143dfee5cb69ee591435c6689d/build.gradle.kts#L26-L29
Also the documentation here needs to be updated.