nwh
04/09/2019, 5:58 PMval obj: Type = get()
versus
val obj: Type by inject()
Is it just a decision based on if I want it to be lazy or not? I'm not sure what to consider there.bdawg.io
04/09/2019, 8:32 PMinject()
purely does a lazy { get() }