"compiler cannot enforce": the compiler also canno...
# announcements
n
"compiler cannot enforce": the compiler also cannot enforce that the lateinit really happens and instead throws an exception during runtime. And I think the DI tools anyway do not assign using normal assignment, thus they should not care about
var
vs.
val
.