<@U1PEF150S> You can try to replace `lateinit` wit...
# announcements
g
@zak.taccardi You can try to replace
lateinit
with
by lazy { ... }
if it fits your case
z
That's not my use case
g
ah, ok 🙂