Hello everyone. I don’t know if this question is already answered but I did not find it: Is there a new version of the kotlin plugin for intelliJ for Kotlin 2? I know that the new compiler is released but the kotlin plugin is still on 1.9.20.
c
CLOVIS
06/28/2024, 7:42 AM
The latest version is 242.18071.24-IJ, but I think it's only available in the EAP.
You can enable K2 in File | Settings | Languages & Frameworks | Kotlin, but at the moment it only works for JVM projects and doesn't support .gradle.kts files
g
Goetz Markgraf
06/28/2024, 7:49 AM
Thank youu for that info. We are using only JVM and maven so it should work. Is the compiler completely supported or is it some kind of “beta”?
c
CLOVIS
06/28/2024, 7:53 AM
I think there are some refactorings missing? But that should be about it, you shouldn't see major missing things.
If you find broken things, report them in #k2-adopters 🙂