Yeah, had the same issue. This worked for me: tas...
# multiplatform
a
Yeah, had the same issue. This worked for me: tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> { kotlinOptions.jvmTarget = "1.8" } }