I have been spending few days on that one. Why doe...
# kotlin-native
t
I have been spending few days on that one. Why does it need to be frozen?
NativeClass
and
MyClass
are being created in the same thread. So when
NativeClass
's method is calling
self.myClass
I expect it to be working just fine, but somehow it is not. Like
NativeClass
has been moved to another thread, and
MyClass
did not.