so today idea 2021.2.2 final shipped with the brok...
# intellij
c
so today idea 2021.2.2 final shipped with the broken kotlin plugin. so now the last stable idea version has a broken kotlin plugin and no workaround
😕 3
😞 4
I guess its time to “roll back to 2021.2.1”
really strange that this 3 week old critical ticket was no blocker for the 2021.2.2 release.
h
Because there is no new Kotlin Plugin, only a new version of IntelliJ. We have (just) to wait for Kotlin plugin 1.5.31
🤐 1
o
...and the release process for Kotlin 1.5.31 is already proceeding.
c
yeah sure, complaining is not going to help, so I’ll just stick with 2021.2.1 and 1.5.10 for now
a
Please open "File | Settings | Plugins", uninstall the Kotlin plugin and restart. It will downgrade to the bundled version 1.5.10.
c
no, because the bundled version is the broken 1.5.30
or does toolbox just update the plugin when installing?
ok i assumed it has 1.5.30 bundled because thats what you get when just installing via toolbox, but you are right, thanks
a
FYI we have just removed the 1.5.30 plugin from the update channel, so it won't be suggested. I know it's too late, sorry. But still. 1.5.31 is scheduled to be released early next week.
👍 1
k
Thanks. In the past two days, I've been doing "Help -> Check for updates..." every few hours hoping 1.5.31 would come up. That became almost obsessive. Now I can relax until next week.
o
Over here, going back to the bundled 1.5.10 plugin works only in conjunction with Gradle builds configured to use Kotlin 1.5.21. With Kotlin 1.5.30, the 1.5.10 plugin wrongly complains about non-existing classes.
The problems mentioned with IDE plugin 1.5.10 and compiler 1.5.30 could be related to the following language setting:
Copy code
languageVersion = "1.6"
After removing the setting, everything seems fine. Hope it stays that way... P.S. No luck this time: The error just came back.
a
It seems you are describing some different issue. Can you please report a bug at http://kotl.in/issue with steps to reproduce and a sample project if possible?
h
The Kotlin IntelliJ plugin update (1.5.31) is available.
👍 1
c
yay!
o
@Alexey Belkov [JB] At first sight, the issue looks the same, as I had described here, which I'm now seeing in test-only sources with the 1.5.31 IDE plugin: https://youtrack.jetbrains.com/issue/KTIJ-19504#focus=Comments-27-5151533.0-0 I'm also seeing file-level @OptIn instability with 1.5.31: https://youtrack.jetbrains.com/issue/KTIJ-13430 I'll investigate and try to come up with issues and reproducers for both.
a
Ok, then it could be a different problem with similar symptoms, which we plan to fix soon: https://youtrack.jetbrains.com/issue/KT-48604
o
a
Thanks!
👍 1