Goetz Markgraf
09/10/2024, 6:24 AMpom.xml
files.
We are not doing any Compose or KMP-stuff, just plain old JVM backend stuff with Spring Boot.
Thank you!Zac Sweers
09/10/2024, 12:05 PMGoetz Markgraf
09/10/2024, 1:19 PMTeodor Irkhin
09/10/2024, 2:19 PMIs it safe to use the “old” plugin with the Kotlin 2 compiler?Yes, it is safe, as you can see from the picture in the blog post. However, starting with the Kotlin 2.1 version, new language features will be supported in K2 mode only as well as other K2 mode improvements.
Goetz Markgraf
09/10/2024, 2:27 PMpom.xml
there is a kotlin compiler plugin. Renovate wants to update that to version 2.0.20:
<kotlin.version>2.0.20</kotlin.version>
And I am not sure, if that is a good idea. Since the Kotlin-Plugin in the IDE is still on Version 1.9.20.Teodor Irkhin
09/10/2024, 6:38 PM