before `lateinit` you had to have it nullable (and...
# announcements
o
before
lateinit
you had to have it nullable (and initialised with
null
) and that caused a lot of (unnecessary) safe-calls or
!!
operators