I have 2 opened fragments and I want to send an event with data type String from one fragment to the other. Is there a good way to do it? I also found this but I'm not sure if it's right, but it's the only one around.
So practically I want to make a simple EventBus with Kotlin channels.