does someone knows when Kotlin will support Java 2...
# random
a
does someone knows when Kotlin will support Java 21. Would think it is a bitt of a priority as Java 21 is an long term release.
k
Kotlin 1.9.20-RC already does.
a
thanx 🙂 will give a try.
k
However, note that the latest released version of IntelliJ still doesn't fully support Java 21. You'll need 2023.3. And Gradle needs to be version 8.4 which has only recently been released.
a
Just had a look. The lates gradle release (as in 8.4) supports building projects in Java 21. Thanx for the assist. Maybe I will wait until the next upgrade of IntelliJ comes out.
h
But running Gradle itself with Java 21 will only be supported in 8.5 (by using Kotlin 1.9.20 release).
a
So theoretical I should just upgrade to Kotlin 1.9.20 in order to target Java 21.
d
Simple property assignment in Kotlin DSL now stable
The real MVP