>since Kotlin has proper function types, automa...
# announcements
a
since Kotlin has proper function types, automatic conversion of functions into implementations of Kotlin interfaces is unnecessary and therefore unsupported.
I don’t get why it’s “unnecessary”. We have a lot of Kotlin code which uses functional interfaces from RxJava (doesn’t really matter) and we always need to specify types in lambdas and it’s very annoying after Java 😞