Hello, Im migrating an app from RxJava to Kotlin ...
# announcements
c
Hello, Im migrating an app from RxJava to Kotlin Flow. But, I can't find something that works like
PublishSubject
from RxJava. Does anybody have a sample of how to achive this?
z
BroadcastChannel
, or wait for
SharedFlow
to come out