<Is there any best way to port all eventbus code t...
# stackoverflow
u
Is there any best way to port all eventbus code to coroutine from a lagacy Android project? We have a large lagacy Android project. It's code contains hundreds of greenrobot eventbus source. We need to port them to kotlin coroutine version now. What is the best and high efficiency way to port them to kotlin coroutine version?