Can Kotlin help to “inject a dependency” (set a pr...
# android
n
Can Kotlin help to “inject a dependency” (set a property value) into an Android activity? I want to avoid Dagger (or other frameworks) for the very simple cases. I could also create a subclass and override a method, but it feels like a big overkill.