Marc Knaup
03/16/2020, 9:34 PMFunction… is marked @FunctionalInterface.
Is it supposed to work like I’m trying to use it or isn’t it? 🙂Alexey Belkov [JB]
03/18/2020, 2:22 PMAlexey Belkov [JB]
03/18/2020, 2:24 PMallprojects {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs += "-Xnew-inference"
}
}
}