Open eskatos opened 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.
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.