Hello Native team :wave: I have a question regardi...
# kotlin-native
a
Hello Native team 👋 I have a question regarding
Lazy
function behavior. I have some crashes because I use some
lazy { }
expression directly on Kotlin native. I was trying to use
LazyThreadSafetyMode.SYNCHRONIZED
mode