hi, quick question. What's the Koin's way of havin...
# koin
e
hi, quick question. What's the Koin's way of having multiple instance in the app. For example Mock implementations and real implementations and loading one or the other depending on something at runtime ?
a
Hi, typically you will have to play with mulitple modules (one per impl) and assemble regarding your need
e
thx Arnaud.
a
in this example we can switch on multiple inpl
(offline or online implementation)
after if you want to set an implementation on the fly
you can drop/start a module like this