Angel Solis
12/02/2024, 1:53 PMKoin_iosKt.doInitKoin() // core/koin module to init koin
MyFeatureModuleKt.loadKoinModules() // load koin modules for that feature
But im getting the following error:
KoinApplication has not been started
But Koin does init.
Now the workaround that seemed to work was that if I have the koin init in the same feature it works as expected. Wondering why having a separate module for init koin wouldn'tAngel Solis
12/02/2024, 1:58 PMarnaud.giuliani
12/06/2024, 6:36 PMarnaud.giuliani
12/06/2024, 6:36 PM