Join Slack
Powered by
is there a reason to initiate koin multiple times ...
# koin
r
rezenebe
10/10/2018, 9:29 PM
is there a reason to initiate koin multiple times in a project? calling startKoin() in other modules perhaps?
t
tapchicoma
10/11/2018, 6:49 AM
it should be initialized only once
tapchicoma
10/11/2018, 6:49 AM
though there is
loadKoinModules()
that maybe useful in a separate modules/libraries
👍 1
6
Views
Open in Slack
Previous
Next