<@U0B0WETDM>: `Delegates.notNull()`? `lateinit` is...
# language-proposals
m
@kittinunf:
Delegates.notNull()
?
lateinit
is definitely not only for DI. It’s for initialization of a field from non-Kotlin code. Usually it’s reflection, generated Java code, or bytecode weaving.