https://kotlinlang.org logo
d

dragas

06/12/2017, 1:36 PM
@amorenew Are you using java 8? You could rewrite your
task
object's listener to
(String) -> Unit
and rewrite the listener as
content -> { your stuff}
👍 2