Andreas Sinz
10/04/2016, 9:50 AMBackgroundModeHandler
is registered inside Kodein. LocationHandler
itself is also registered. when creating the LocationHandler it creates an instance of another class which then uses context.appKodein().instance<BackgroundModeHandler>()
. Then I get No provider found for bind<BackgroundModeHandler>() with ? { ? }
. But in the next line it says Registered providers: bind<BackgroundModeHandler>() with singleton { BackgroundModeHandler}