Everybody, I got a question about lambda and SAM conversion. The subject is Android here, but my question is actually Kotlin related so I post here.
Why if I do use the "lambda version" to override the single interface method ( top in the image) I don't have to declare the "object: " explicitly, while if I try to explicitly override the single method, I have to?
Thanks 😄