addressableConstructor
member of OrbitConfig
can be replaced with a custom implementation of the AddressableConstructor
interface. Below is an exampleKodeinAddressableConstructor
requires a Kodein instance in its constructor. The instance can be supplied to the internal Orbit container through the containerOverrides
member of OrbitConfig which will supply it automatically when the KodeinAddressableConstructor
is created.