is there a reason to initiate koin multiple times ...
# koin
r
is there a reason to initiate koin multiple times in a project? calling startKoin() in other modules perhaps?
t
it should be initialized only once
though there is
loadKoinModules()
that maybe useful in a separate modules/libraries
👍 1