peleteiro
class MyApp: Application() { val components = Kodein { bind<EventBus>() with singleton { EventBus.getDefault() } } }`