codeslubber
10/02/2017, 6:39 PMval observer = object : Observer<Conversion> {
override fun onChanged(t: Conversion?) {
println("observer called.. !")
}
}
but it’s probably because the code completion did not fill in the onChanged and the syntax was not the same… 🙂