intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Check Kotlin version

Open hsz opened this issue 2 years ago • 1 comments

Check if used Kotlin version matches the bundled one.

TODO:

  • [ ] cover with integration tests
  • [ ] extend docs with explanation about compileKotlin.kotlinOptions.apiVersion
  • [ ] make the IDE-Kotlin versions map from docs available as a JSON list – In the intellij-sdk-docs repository
  • [ ] fetch above list automatically in the Gradle IntelliJ Plugin

hsz avatar Apr 12 '22 15:04 hsz

I'd rather scan the Kotlin stdlib from the actual target platform bundled library binary. it's safer, will automatically support newer target IDE versions, and also requires no internet. also this probably needs buildFeature flag

YannCebron avatar Apr 26 '22 17:04 YannCebron