FWIW, Dagger2 alone works fine with the annotation...
# android
d
FWIW, Dagger2 alone works fine with the annotation targeting the property alone. Like
@Inject lateinit var aVar: VarType
, I use it everywhere.