For those who didn't read till the end, lambdas ca...
# announcements
c
For those who didn't read till the end, lambdas can still be used if they implement interface: https://galex.co.il/2017/11/07/Dont_Use_lambdas_as_listeners_in_Kotlin_Update.html
c
is the root issue here that the kotlin compiler creates a new SAM instance every time you do the assignment?