I’m a little lost on how to get retrieve a dependency ad-hoc (not through a class property) in kodein 5.0.
E.g. in kodein 4.1, this would just work as a plain expression:
myKodein.instance<SomeObject>()
that returns a
SomeObject
instance. But this no longer works.
How is this now accomplished?