Hi. Can you help me to find recommended solution h...
# koin-contributors
k
Hi. Can you help me to find recommended solution how to use Koin in a multimodule Android App? Especially I am interested in Dynamic Features
@arnaud.giuliani ?
a
yes, also have to write a “Koin Design Strategies” article series on the topic
in the dynamic approach, you need an entry point to use
loadKoinModules()
usually, it’s an Activity
Main app loads main & common definitions
each module is loading its own stuff