After some though, isn't dependency injection unne...
# announcements
n
After some though, isn't dependency injection unnecessary in the context of Kotlin ? The same thing can be achieved by property delegates via an extension method on Any, or am i missing something?