Laurent Laborde
02/01/2023, 6:22 AMStephan Schröder
02/03/2023, 10:07 AMtasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions.useK2 = true
}
there is another KotlinCompile
class in package org.jetbrains.kotlin.gradle.dsl
, but that one doesn't work.