My k/n build importing `kotlin.native.concurrent.A...
# multiplatform
r
My k/n build importing
kotlin.native.concurrent.AtomicReference
in
commonMain
is failing when I build it on my Linux box with
Unresolved reference: AtomicReference
, but working on my Mac. According to the docs,
AtomicReference
is available in
Common
.
I've worked around it with an expect/actual but I'm still curious why the docs state this is available in common.
a
r
Thanks, I misinterpreted the filters at the top of the docs as the availability. Stupid, sorry for the noise.
a
Agree, they are confusing. Also did same mistake a while ago.
👍 1
1