it’s a fallback callback about resolved definitions?
i
igor.wojda
08/12/2019, 2:01 PM
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).
igor.wojda
08/12/2019, 2:02 PM
(All information about requested object are passed there, so you have a chance to resolve it “manually”)
a
arnaud.giuliani
08/12/2019, 3:25 PM
it’s worth opening a ticket to talk about that with the community on Github 👍
arnaud.giuliani
08/12/2019, 3:25 PM
having a way to handle any side stuff that can’t be injected like that