Revert "change toolchain to 17 for development"

This reverts commit 1d05b9ed10.
pull/1960/head
Peketr 2 years ago
parent 6f8075db19
commit 8b9fc9ebc8

@ -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(17)
jvmToolchain(11)
}
android {

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

Loading…
Cancel
Save