This is the first release that will be published to Maven Central.
0.0.3 and before will remain on jcenter only.
0.0.4 is the first release since the migration to Kotlin.
Note that this may cause some API incompatibilities (API is not yet stable) if you are calling BusyBee from Java.
If there are specific APIs incompatibilities from Java that you would like us to address, feel free to file an issue.
Some of the changes you may have to make:
MainThread.singletonExecutor()
->MainThread.singletonExecutor
busyBee.isNotBusy
->busyBee.isNotBusy()
busyBee.isBusy
->busyBee.isBusy()
busyBee.name
->busyBee.getName()