Anybody see this doing a release build with 1.3.61...
# ios
k
Anybody see this doing a release build with 1.3.61?
Copy code
e: java.lang.IllegalStateException: no implementation for @kotlin.native.SymbolName public final external fun compareAndSet(expected: T, new: T): kotlin.Boolean defined in kotlin.native.concurrent.AtomicReference[DeserializedSimpleFunctionDescriptor@3a66e67e]
s
Thanks, confirmed.
To workaround the issue, avoid exporting
AtomicReference
to framework header.