ageery
10/25/2019, 3:50 PMuse(classname)
and the ExtensionModule file. The first method works for me in Gradle but I can't get the second to work. Also, is there a way in Groovy to call a Kotlin "function type with receiver" (e.g, MyObject.() -> Unit
) so the this
reference inside the lambda in Groovy refers to the receiver (currently, I have to use it
in Groovy)?gildor
10/25/2019, 3:59 PM