We've got some code which contains mutable references, so we gotta create a new object on each invocation. Currently said object is created by Koin via regular
get()
, but then the injected code reuses the implementation. Can I somehow forward the injection to the actual call site, so an object is being created on each invocation?