I have an interface in Java for which I am using L...
# announcements
j
I have an interface in Java for which I am using Lambdas in Kotlin. When I convert the interface to Kotlin, my Kotlin code can no longer infer type for lambdas and I have to use the object definition to define it. What am I missing?