I'd need to have a top level property and initialize it later. Since `lateinit` is not available for...
e
I'd need to have a top level property and initialize it later. Since
lateinit
is not available for this case, which is my best alternative?
m
elect: Delegates.notNull()
e
It seems working, thanks