<@U0MEUGTCM>: For tests, you can define the one tr...
# kodein
s
@oshai: For tests, you can define the one true kodein instance as mutable and clear it between tests. This means that tests must be run serially. I personally prefer not to use
Kodein.global
. In my code's "main", I create a kodein instance, and then my objects pass this instance to one another when needed.