Was wondering what the difference between startKoi...
# koin
r
Was wondering what the difference between startKoin() and loadKoinModules() when initializing koin.
t
loadKoinModules()
for module/libraries,
startKoin()
should be used in the main app and has more params to pass
👍 3