Hi guys! What is the recommended way to share koin...
# koin
z
Hi guys! What is the recommended way to share koin app between modules? Or is sharing even the solution? I'm working on a project where I have an Android app module that uses Android koin dependency and then a core business module that is a Kotlin lib (no android sdk). At first each module declared its own dependency on koin as implementation. And each was gonna start it's own koin app. But I get exception saying that a koin app was already started.