Thanks for the awesome lib <@U2JKKPMEE> . I have s...
# koin
s
Thanks for the awesome lib @arnaud.giuliani . I have some unanswered questions on the Scope API I would like to ask here: 1. Does a dependency scoped to an activity get re-instantiated when the system recreates the activity (e.g. due to configuration changes)? I know for a ViewModel, the instance dies only when the activity is intentionally closed according to the docs. 2. Another question, if I have a dependency scoped to an Activity A (the scope is created and bound in this activity), and the dependency is shared with another Activity B, and I need to run an instrumentation test for Activity B, how do I create the scope for the dependency without having to start Activity A that originally created and has the scope bound in the full app?