Skip to content

Releases: Madrapps/eventbus-plugin

Additional kotlin support - 2019.1

16 Aug 18:56
61767d6
Compare
Choose a tag to compare
  - Support for `with(EventBus.getDefault()) { post() }`
  - Fixed the old references bug

Additional kotlin support - 2018.3

16 Aug 18:56
c5ca66f
Compare
Choose a tag to compare
  - Support for `with(EventBus.getDefault()) { post() }`
  - Fixed the old references bug

Initial Version - 2019.1

11 Aug 14:34
c025825
Compare
Choose a tag to compare

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

11 Aug 14:34
0dbe4cc
Compare
Choose a tag to compare

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