Quick question: Are we still stuck with `@Inject lateinit var someObject: Foo` notation or is it p...
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()