waiting for gradle 7.3
# gradle
z
waiting for gradle 7.3
☝️ 2
n
that only solves part of the problem, though. Kotlin doesn't support Java 17 as a target yet either.
And the Gradle Kotlin Compile process will yell if the Java and Kotlin source compatibilities don't match.
z
you didn't mention kotlin support waiting for gradle 7.3 *and Kotlin 1.6 then
v
Using Java 17 for your project should work fine using Java toolchains. You just cannot run Gradle itself with Java 17. Just speaking about the Java / Gradle part though, not the Kotlin part.
3
t
Kotlin should support JDK 17 from 1.6 release
n
Thank you @Vampire and @tapchicoma