Tucker Barbour
04/26/2020, 11:47 AMstartKoin { modules() }
. Rather I'd like modules to be able to "install" other modules. This is how I'm used to structuring a project with Guice and maybe I'm just trying to apply this pattern where another might be better. Any help or guidance would be appreciated.Tucker Barbour
04/26/2020, 3:43 PMaipok
04/27/2020, 5:48 AM// load definitions for given module
loadKoinModules(module)
// unload definitions for given module
unloadKoinModules(module)