hmm, not as clean as I would have liked. I'll try ...
# kodein
k
hmm, not as clean as I would have liked. I'll try something with it.
a
You could try mutable, configurable Kodein: https://salomonbrys.github.io/Kodein/#_mutating
But lots of warnings in there 😛
k
it's what i'm looking at right now, seems like i could potentially create an extension
removeModule
or something like that
I ended up creating my own kodein implementation, based on the
ConfigurableKodein
class
s
Can you share it ?