If I have an object that has been setup as a singl...
# kodein
j
If I have an object that has been setup as a singleton, but I want to throw it away and essentially create a new singleton, is there a way to do that? Basically, I don’t want a new object everytime (like a provider would give), but I want the option for a new object.