Hi Using `koinApplication` , I inject some service...
# koin
l
Hi Using
koinApplication
, I inject some services within (using
single
and
declare
) On runtime I inject other services using by
inject<...>()
Then when injected service is resolved, I have error
KoinApplication has not been started
It seems it tries to resolve other services using the global context Should I inject other services always using the
koinApplication
instance? (if so this is extremely boring) (this is next to my other question here)
a
use
startKoin
instead of
koinApplication
, else you won't have globval context started