When implementing MVI architecture with flows, is ...
# coroutines
r
When implementing MVI architecture with flows, is using
StateFlow
to keep state and
MutableSharedFlow
for flow of intents the most "idiomatic" way?