jlleitschuh
10/29/2018, 6:25 PMhho
10/29/2018, 6:31 PMoshai
10/29/2018, 6:45 PMudalov
-XXLanguage:+SamConversionForKotlinFunctions
) is the ability to treat Kotlin functions which take Java SAMs as parameters as if they take a Kotlin lambda insteadjlleitschuh
10/29/2018, 7:48 PM-XXLanguage:+NewInference
& -XXLanguage:+SamConversionForKotlinFunctions
Is there a reason why the SamConversionForKotlinFunctions
flag isn't being publicized?
https://github.com/gradle/kotlin-dsl/blob/70aca202558f2f6e43cd8ead3ec95d669bfd7b33/subprojects/provider/src/main/kotlin/org/gradle/kotlin/dsl/KotlinInitScript.kt#L62-L67udalov
jlleitschuh
10/29/2018, 7:56 PMplugins {
`kotlin-dsl`
}
udalov
ilya.chernikov
10/30/2018, 1:39 PM