Is there a way of having sub applications? For exa...
# koin
d
Is there a way of having sub applications? For example a root application and multiple sub applications that all inherit instances and modules of the root application.
a
you mean common modules?
d
I need multiple instances of a koin application that can share some modules. But also share the instances of a single in the modules
I don't know what common modules are.