Has anyone used Koin DI alongside iOS background processing tasks? In my current setup I am calling startKoin from my apps didFinishLaunchingWithOptions app delegate function. This works for when the app is in normal usage, but I'm not confident that when my BG Processing Task is started by the system, that my Koin instance is running.