@bj0 thx for your answer. The thing is I want to avoid extra dependencies only for that use case. I used an RxBus basically a singleton PublishSubscriber before and before that Otto and EventBus.
But now, I want to move away from rxJava2 and reduce even more the dependencies so I want to do as much as I can on top of coroutines.