artem_zin
04/21/2016, 5:41 PMsince 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 😞