Skip to content

Commit

Permalink
Bump the JVM toolchain version to 17
Browse files Browse the repository at this point in the history
Android Gradle plugin requires Java 17 to run. See commit 82a9e40 for more details.
  • Loading branch information
ShreckYe committed Nov 3, 2024
1 parent 029ada3 commit 6aa5611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/common-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
// for `androidx.compose`

jvm() // TODO: `jvm("desktop")`?
jvmToolchain(11)
jvmToolchain(17)

//androidTarget()

Expand Down

0 comments on commit 6aa5611

Please sign in to comment.