Join Slack
Powered by
Don’t save the instance then, try to always get fr...
# koin
z
zalewski.se
11/25/2020, 11:41 AM
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
Open in Slack
Previous
Next