<@U0BLRBFMM> Hi! If I declared a singleton, but wa...
# kodein
d
@salomonbrys Hi! If I declared a singleton, but want to retrieve a new instance (for tests, that wasn't initialized by
onReady
), can I retrieve it using
provider()
? Or will that just return the singleton instance?