I know this has been discussed before, but I belie...
# kodein
j
I know this has been discussed before, but I believe it has fallen off the edge of the history. I am working on Android (and still on Kodein 4.1). I would like at certain points to reset a subset of my dependencies at certain points of my app lifecycle. What would be the best why of doing this? I see in the docs both modules and sets are mentioned, but I’m not sure which would be more appropriate. The other question is exactly how to reset part of the dependencies, especially if the split between the dependency is not very clean. For example, if I have a repository with stuff I want to keep, but it has a dependency on a class with a network connection that I want to throw away and reset, how would I got about that? Would property injection be better than constructor?