EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

Kotlin support

Open Duna opened this issue 5 years ago • 2 comments

It seems that in Kotlin EventBus is not working. Maybe I am wrong?

When Kotlin compatibility?

Duna avatar Jul 10 '19 12:07 Duna

What do you mean by "not working"?

If you are using a subscriber index, make sure to use kapt instead of annotationProcessor. http://greenrobot.org/eventbus/documentation/subscriber-index/

greenrobot-team avatar Jul 16 '19 07:07 greenrobot-team

@Subscribe fun must has data class obj

snksos avatar Jul 29 '19 02:07 snksos