Skip to content

Commit b906c63

Browse files
committed
Update toolchain
1 parent 61e9295 commit b906c63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sqliter-driver/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ fun configInterop(target: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTar
3131
}
3232
}
3333

34+
kotlin {
35+
jvmToolchain(11)
36+
}
37+
3438
kotlin {
3539
val knTargets = listOf(
3640
macosX64(),

0 commit comments

Comments
 (0)