Hey everyone, I would like to implement something ...
# kodein
m
Hey everyone, I would like to implement something like “*user scope*” where particular dependencies can exist only that scope and can be destroyed (app start/login -> logout for user scope). I understand kodein has some concept of
Context
and
Scope
, but I couldn’t find some good example how to achieve it. Could anyone point me to any article/tutorial/explanation of how to do it? Thank you 🙂
p
m
to be honest, not really .. 😄 .. it contains some discussion which is obsolete, because methods don’t exist anymore + one link to documentation where it says use
with contexted
ext fun and that’s it