I am hitting this `ThrowWorkerInvalidState()` with...
# kotlin-native
k
I am hitting this
ThrowWorkerInvalidState()
with 1.3.60, did not happen with 1.3.50
I have figured out what was causing this error - though the error itself did not help at all in finding the cause
i removed the inline keyword from a class declaration, so it needed to be explicitly frozen when being passed to the worker
it just so happened that none of the other objects needed to be explicitly frozen
o
it shalln’t be the case - inline classes over primitive types shall work as if they are primitive types wrt object transfer