KBus
KBus copied to clipboard
KT and Java mixed code in the same project
I have kt and Java mixed in the same project. I send messages to bus from KT
How do I receive messages in Java part of the project? Some lines of code would be useful
Hi @Duna ,
Unfortunately is not possible to call the inline function KBus.subscribe<>()
on Java code due to a language limitation :/
What about sending events from Java code?