Skip to content

Commit

Permalink
Update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Nov 6, 2023
1 parent 61e9295 commit b906c63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sqliter-driver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ fun configInterop(target: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTar
}
}

kotlin {
jvmToolchain(11)
}

kotlin {
val knTargets = listOf(
macosX64(),
Expand Down

0 comments on commit b906c63

Please sign in to comment.