I called `startKoin` inside my Application class i...
# koin
b
I called
startKoin
inside my Application class in Android, and called
loadKoinModules
inside the MainActivity after user logged in. Why am I always receiving
KoinApplicaiton has not been started
error?
ł
Try to call
loadKoinModules
in Application, not in activity
a
race condition here? loadKoinModules should be called once Koin is started