Do you have to freeze the objects stored in variab...
# kotlin-native
b
Do you have to freeze the objects stored in variables marked
@SharedImmutable
?
Or are these things separate?
d
They are frozen automatically.
b
Thanks!