one issue with KodeinAware is that you cannot use ...
# kodein
a
one issue with KodeinAware is that you cannot use injection within the constructor parameters as default values.
Copy code
class Something(val overrideableService: MyService = instance()): KodeinGlobalAware {
...
}
error.