arkivanov / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel)

Home Page:https://arkivanov.github.io/MVIKotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider Store.states extensions to return StateFlow and BehaviorObservable respectively

arkivanov opened this issue · comments

Currently, Store.states extension functions return Flow and Observable. It would be better to return StateFlow and BehaviorObservable instead.