Is there a way to check if a lazy variable has bee...
# getting-started
l
Is there a way to check if a lazy variable has been initialized? Some sort of equivalent to lateinit’s
::something.isInitialized
?
Top two answers are your friends
l
It’s interesting that it needs to change the access level. Does this work in Multiplatform?
v
Top two answers are your friends
Be careful with such statements, Google result lists are personalized. :-)
1