Join Slack
Powered by
one issue with KodeinAware is that you cannot use ...
# kodein
a
apatrida
07/05/2016, 1:09 PM
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.
3
Views
Open in Slack
Previous
Next