Is there an idiomatic way or preferred way of leve...
# koin
c
Is there an idiomatic way or preferred way of leveraging koin in a library project that is considerate to integrators? I'm considering having a
initLibrary(dependencies)
function that starts koin with the dependencies and a
KoinApplication.initLibrary(dependency)
which doesn't start koin but registers the dependencies.