The compiler cannot enforce that: the places where...
# announcements
k
The compiler cannot enforce that: the places where you use
lateinit
are cases where the compiler couldn't deduce that it would even be initialized at all, so how would it know it's only initialized once?