Join Slack
Powered by
is there a way to inject a (factory) function?
# koin
b
bj0
08/27/2018, 10:18 PM
is there a way to inject a (factory) function?
a
arnaud.giuliani
08/28/2018, 7:54 AM
check the
https://beta.insert-koin.io/docs/1.0/documentation/reference/index.html#_injection_parameters
arnaud.giuliani
08/28/2018, 7:54 AM
use factory with injection parameters
b
bj0
08/28/2018, 3:11 PM
that's not what i'm looking for. that produces a single instance on inject. I want to inject a
function
that I can use to produce instances on demand
3
Views
Open in Slack
Previous
Next