`lateinit` is designed for things like DI framewor...
# announcements
d
lateinit
is designed for things like DI frameworks which inject stuff into your fields. If you want safety, you need something like
by Delegates.notNull()
.