router is just an example. I could have my own cla...
# koin
v
router is just an example. I could have my own class as singleton to activity (retrofit, dbmanagers, etc). the point is : I want to inject different instances of same objects for different activities. I could achieve this using Dagger by installing new module to the graph root, or using kodein with scoped objects