Skip to content

Commit 516476e

Browse files
committed
Just bump the JVM toolchain version to 17
As told by @waste-of-kindergarten, the build works with neither JDK 11 nor JDK 17 in IntelliJ IDEA. See https://developer.android.com/build/releases/gradle-plugin#compatibility.
1 parent 7c167f6 commit 516476e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ kotlin {
2121
// for Compose UI
2222

2323
jvm() // TODO: `jvm("desktop")`?
24-
jvmToolchain(11)
24+
jvmToolchain(17)
2525

2626
//androidTarget()
2727

0 commit comments

Comments
 (0)