Ah, my bad, I read it as if `-1` will be used as “...
# announcements
a
Ah, my bad, I read it as if
-1
will be used as “not-initialized” state by
lateinit
internally, surely you can use some default value if possible, but beauty of
lateinit
is that it removes
if (initialized)
checks from your code