Skip to content

Commit 7eefa4f

Browse files
committed
Bump the JVM toolchain to 11 to resolve some errors
``` Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Specify proper '-jvm-target' option. ```
1 parent f9e871b commit 7eefa4f

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(8)
24+
jvmToolchain(11)
2525

2626
//androidTarget()
2727

0 commit comments

Comments
 (0)