Since its initial release more than two years ago, Android’s LiveData has been
an incredibly popular, simple approach to safe-ish reactive programming.
However, even though it was announced on the same day as Kotlin support, it is a
Java library and doesn’t have perfect Kotlin interop.
Part of