Skip to content

Commit 5cd9212

Browse files
committed
Just bump the JVM toolchain version to 21
I don't want to install a JDK 17 just for this project. Use and merge the previous commit if there is really a problem.
1 parent 6aa5611 commit 5cd9212

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(17)
24+
jvmToolchain(21)
2525

2626
//androidTarget()
2727

0 commit comments

Comments
 (0)