gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

Update embedded Kotlin and Kotlin DSL Language to 2.0 #63

Open eskatos opened 1 year ago

eskatos commented 1 year ago

Gradle 8.x uses Kotlin 1.8 to 1.9 depending on the exact version. However the Kotlin language level produced by script compilation remains at 1.8.

Gradle 9.0 should start targeting 2.0 language level and leverage the new K2 Kotlin compiler.