Good Morning from Barcelona!
I have a pair of questions about how Koin works.
1) When we put startKoin and load all the modules, if we don't use the createOnStart flag, the instances are created by lazy?
2) If we declare a factory object, what is the lifecycle of this objects? Dies with the cointainer object?
Thank You!!!!