thanksforallthefish
08/27/2020, 11:40 AMinspection.evaluations.map(::adapt)
fun adapt(evaluation: Evaluation) : EvaluationRepresentationApi
compiles with 1.3, but does not in 1.4 . inspection.evaluations.map { adapt(it) }
fixes it, but wanted to check if there is a different solution.
thanksforallthefish
08/27/2020, 11:57 AMAlexey Belkov [JB]
08/31/2020, 12:08 PMtasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
freeCompilerArgs += ["-XXLanguage:-NewInference"]
}
}
Can you please create an issue at http://kotl.in/issue with a self-contained code sample to reproduce the problem.thanksforallthefish
08/31/2020, 12:12 PM