arkivanov / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel)
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
847 stars 32 forks source link

Consider Store.states extensions to return StateFlow and BehaviorObservable respectively #67

Closed arkivanov closed 2 years ago

arkivanov commented 2 years ago

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