Davide Giuseppe Farella
05/19/2019, 5:35 PM->
= depends by ):
app -> feature modules
&
app -> "DImodules" module
&
DImodules -> all other modules ( feature and business )
In this way app takes a reference to all the koin modules from DImodules, without directly depend by them, but I don’t think this is an awesome solution.
Also I would like to invert the dependencies and let feature modules depends by app, but in this way I would have a dependency circle features -> app -> DImodules -> features
. Removing DImodules I wouldn’t know how to initialize other modules 🙄arnaud.giuliani
05/20/2019, 8:11 AMarnaud.giuliani
05/20/2019, 8:11 AMloadKoinModules
at anytime to load a moduleDavide Giuseppe Farella
05/20/2019, 10:16 AMarnaud.giuliani
05/20/2019, 10:23 AMarnaud.giuliani
05/20/2019, 10:23 AMarnaud.giuliani
05/20/2019, 10:23 AMcheckModules
test function to be sure that your modules are really working or notDavide Giuseppe Farella
05/20/2019, 10:28 AMsanogueralorenzo
05/21/2019, 3:15 AMsanogueralorenzo
05/21/2019, 3:16 AM