We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c167f6 commit 516476eCopy full SHA for 516476e
buildSrc/src/main/kotlin/common-conventions.gradle.kts
@@ -21,7 +21,7 @@ kotlin {
21
// for Compose UI
22
23
jvm() // TODO: `jvm("desktop")`?
24
- jvmToolchain(11)
+ jvmToolchain(17)
25
26
//androidTarget()
27
0 commit comments