Quick question: Are we still stuck with `@Inject ...
# dagger
t
Quick question: Are we still stuck with
@Inject lateinit var someObject: Foo
notation or is it possible to make a
ReadOnlyProperty
? Something along the lines of
val someObject: Foo by daggerInject()