Don’t save the instance then, try to always get fr...
# koin
z
Don’t save the instance then, try to always get fresh one from koin, something like:
Copy code
val myRepository: MyRepository
 get() = koin.get()
As for replacing the module, you can unload and load new one with Koin