https://kotlinlang.org logo
d

dalexander

10/26/2015, 2:15 PM
Ah, I was wondering if the lack of Kotlin SAM support was deliberate, I was a bit confused at first when it didn't work, but I guess the intention is that in Kotlin things should be written as
callback: () -> Unit
rather than
callback: Runnable
?