svenjacobs
01/20/2017, 2:05 PM{ result -> … }
. However once the interface has been converted to Kotlin I have to write object : MyCallback { override fun onResult(result: String) { … } }
. Why is that so and is there any way to keep the concise lambda syntax?