Releases: Madrapps/eventbus-plugin
Releases · Madrapps/eventbus-plugin
Additional kotlin support - 2019.1
- Support for `with(EventBus.getDefault()) { post() }`
- Fixed the old references bug
Additional kotlin support - 2018.3
- Support for `with(EventBus.getDefault()) { post() }`
- Fixed the old references bug
Initial Version - 2019.1
Support navigation for Java/Kotlin projects that uses greenrobot's EventBus library
IntelliJ iDEA - 2019.1
Features
- Supports post, postSticky and @subscribe
- Jump from post to subscribe and vice versa
- Shows marker only for @subscribe methods that have correct signatures
- Fully supported for project using both Java and Kotlin
Initial Version - 2018.3
Support navigation for Java/Kotlin projects that uses greenrobot's EventBus library
IntelliJ iDEA - 2018.3
Features
- Supports post, postSticky and @subscribe
- Jump from post to subscribe and vice versa
- Shows marker only for @subscribe methods that have correct signatures
- Fully supported for project using both Java and Kotlin