there is another problem, namely Kotlin's function...
# announcements
k
there is another problem, namely Kotlin's functional types alwas return something, even if it's
Unit
. If you implement them from Java you have to always return
null
or
Unit.INSTANCE