How can i go around constant `kotlin.native.concur...
# kotlin-native
b
How can i go around constant
kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen
for any top-level object I declare?
d
@ThreadLocal
annotation.
It only work on top-level objects.