You can’t implement Kotlin interface with a lambda...
# announcements
m
You can’t implement Kotlin interface with a lambda because Kotlin has its own functional types like
Receiver.(Arg0, Arg1 … ArgN) -> ReturnType
K 1