change toolchain to 17 for development

This commit is contained in:
Peketr
2024-03-18 13:57:49 +01:00
parent ab86cee70b
commit 1d05b9ed10
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ Updating gradle might fix this, so try again in the future to remove this and ru
If this doesn't produce any warning, try to remove it.
*/
kotlin {
jvmToolchain(11)
jvmToolchain(17)
}
android {

View File

@@ -24,7 +24,7 @@ plugins {
kotlin {
jvm().withJava()
jvmToolchain(11)
jvmToolchain(17)
sourceSets {
val commonMain by getting {