so `BackgroundModeHandler` is registered inside Ko...
# kodein
a
so
BackgroundModeHandler
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}