Marc Knaup
Flow
LiveData
fun <Value> Flow<Value>.asLiveData() = liveData<Value> { collect(this::emit) }