Poko
Poko copied to clipboard
Compile with JDK 22
Gradle 8.7 doesn't technically support being run with Java 22, but maybe it'll work anyway. Otherwise this can wait for the next Gradle release.
Looks like we can either set the Java and Kotlin compatibility to some low value, or do nothing and wait for https://youtrack.jetbrains.com/issue/KT-66703 to ship.
Yeah I'll just wait for Kotlin to target it.
So now I guess the sample project's buildSrc is using Gradle's version of Kotlin which is still lower than 2.x and therefore still doesn't support JDK 22? Ugh.