Join Slack
Powered by
Is there an idiomatic way or preferred way of leve...
# koin
c
czuckie
08/17/2023, 4:11 PM
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.
Open in Slack
Previous
Next