Poko icon indicating copy to clipboard operation
Poko copied to clipboard

Compile with JDK 22

Open drewhamilton opened this issue 1 year ago • 2 comments

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.

drewhamilton avatar Mar 23 '24 23:03 drewhamilton

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.

JakeWharton avatar Mar 25 '24 12:03 JakeWharton

Yeah I'll just wait for Kotlin to target it.

drewhamilton avatar Mar 25 '24 22:03 drewhamilton

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.

drewhamilton avatar May 20 '24 05:05 drewhamilton