`lateinit` is only needed for interop with Java fr...
# announcements
o
lateinit
is only needed for interop with Java frameworks, mostly those that do double-initialization, like creating an instance (and calling constructor) and then calling
create
or similar method to complete initialization