Remove ServiceRegistry, and instead use koin's and it's setup. Moved more of the db setup into Koin.
Dependencies that don't have any direct platform needs go in the core module. Dependencies which are platform specific go in the platform module. Dependencies which must be provided by the app (really only context) can be added when calling initKoin
Remove ServiceRegistry, and instead use koin's and it's setup. Moved more of the db setup into Koin.
Dependencies that don't have any direct platform needs go in the core module. Dependencies which are platform specific go in the platform module. Dependencies which must be provided by the app (really only context) can be added when calling initKoin