Hey, is it fine to use kotlin 2.2.0 without updati...
# kotlin-native
r
Hey, is it fine to use kotlin 2.2.0 without updating gradle to 9.0.0? apparently bitrise doesn't support building projects with gradle 9 yet, and I tested without it and it works fine, but here its mentioned that minimum gradle is 9 for kotlin 2.2
j
That is not what that chart is saying. It's saying that Gradle 9 embeds Kotlin 2.2 for compilation of *.gradle.kts scripts
As of Kotlin 2.1 the minimum-supported Gradle version is 7.6.3 according to https://kotlinlang.org/docs/whatsnew21.html#minimum-supported-gradle-version-bumped-to-7-6-3, and Kotlin 2.2 doesn't that changing.
r
oh, that makes sense, thanks!