Skip to content

Commit 6aa5611

Browse files
committed
Bump the JVM toolchain version to 17
Android Gradle plugin requires Java 17 to run. See commit 82a9e40 for more details.
1 parent 029ada3 commit 6aa5611

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 `androidx.compose`
2222

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

2626
//androidTarget()
2727

0 commit comments

Comments
 (0)