does kotlin 1.6.0 work with gradle 7.3?
# gradle
c
does kotlin 1.6.0 work with gradle 7.3?
j
yes
k
Does not seem to work with Jetpack compose 1.1.0-beta02 it seems.
j
compose hasn't 1.6 support
b
Is there a minimum gradle version to support Kotlin 1.6? Not finding it in any docs
j
Not sure, Gradle uses its own Kotlin version
so you can use Kotlin 1.6, but Gradle 7.3 is using 1.5.31 internally
b
I’m asking because my initial attempt to upgrade is failing immediately, trying to build our buildSrc. My suspicion is it’s from an outdated Gradle (6.8.1) but it’s not so easy to confirm
j
Not sure, I am using buildSrc with 7,3 and kotlin 1.6
👍 1
a
does gradle 7.3 work with jdk17?
c
yes