Does Kodein support scoped set bindings?
# kodein
s
Does Kodein support scoped set bindings?
there is also a module that helps with Android scopes https://docs.kodein.org/kodein-di/7.6/framework/android.html#_android_scopes
c
I don't see documentation for scoped set bindings there. Just bumped into this myself. I would expect something like:
bind { scoped(MyScope).inSet { foo } }
There doesn't appear to be
inSet
available on the
DI.BindBuilder.WithScope
though. Have we missed something?