How can I make koin compatible with instant reload...
# koin
n
How can I make koin compatible with instant reloading on Android? I have the module definition in the
onCreated
of my Activity right now, and it errors due to re-declaration of singles
a
declare your module from Application class
n
Oh, duh. Thank you!