pavlospt
01/24/2019, 10:28 AMmodule
with a name that we would release it whenever we wanted. Now with Koin 2.0 I see that there is one step added, if we want to use the Scope API. We need to manually create the scope and then access parts of the module holding the scoped components. This forces us to inject the codebase with more places where we need to actually close()
and create()
a Scope, making it possible to miss something. Why can’t we have a same behaviour and just auto-create the scope of the requested module and only have to manually close/drop/release
it whenever it fits ?