that only solves part of the problem, though. Kotlin doesn't support Java 17 as a target yet either.
Nick Halase
11/01/2021, 8:02 PM
And the Gradle Kotlin Compile process will yell if the Java and Kotlin source compatibilities don't match.
z
Zac Sweers
11/01/2021, 8:03 PM
you didn't mention kotlin support
waiting for gradle 7.3 *and Kotlin 1.6 then
v
Vampire
11/02/2021, 8:32 AM
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.