I would love it if we could pass in parameters to ...
# koin
a
I would love it if we could pass in parameters to a scope when it is created. For instance: when creating a User scope on login, I could pass in the user id. then every object in the scope can inject the user id.
a
each scope has a
declare
function, where you can define a "local" dependency just for this scope instance
a
oh! this is news to me! thanks!