Does the `Koin` has some default callback in case ...
# koin
i
Does the
Koin
has some default callback in case when binding was not found? (equivalent of
Kodein ExternalSource
https://kodein.org/Kodein-DI/?6.3/core#_external_source)
a
it’s a fallback callback about resolved definitions?
i
It’s is called, when Kodein can’t resolve particular definition/binding (technicly when you want to inject something that was not declared as dependency).
(All information about requested object are passed there, so you have a chance to resolve it “manually”)
a
it’s worth opening a ticket to talk about that with the community on Github 👍
having a way to handle any side stuff that can’t be injected like that
👍 1