This is a fork of guava-eventbus which adds GWT support via libGDX's reflection classes. To use it, add the following dependencies to your project:
implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion:sources"
implementation "com.github.crykn:gdx-guava-eventbus:$eventbusVersion"
Also add the following line to your module file:
<inherits name="com.google.common.eventbus.guava-eventbus" />