koin
koin copied to clipboard
Add createEagerInstances on context-isolation
It's necessary to call createEagerInstances() when working with context-isolation (library / SDK development) or else singletons declared with single(createdAtStart = true) will be lazily initiated.