kjob icon indicating copy to clipboard operation
kjob copied to clipboard

Not working for kotlin 1.9.20, JVM

Open funyin opened this issue 7 months ago • 0 comments

I am getting "method not found" when attempting to schedule a task with the mongo.

This is on Ktor 2.3.5

tasks.withType<KotlinCompile> {
    kotlinOptions.jvmTarget = "11" // <- e.g. 11
}

funyin avatar Nov 16 '23 15:11 funyin