so to create modular app, where each contributes t...
# kodein
a
so to create modular app, where each contributes to the bindings, the app imports the other modules. But if the modules want to consume services from other modules, they have to have some shared Kodein. So I guess each module would have to have Kodein set into it during its import, and each would have to track it somewhere.