I'd need to have a top level property and initiali...
# getting-started
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