Hi All, i was wondering if anyone of you successfu...
# multiplatform
b
Hi All, i was wondering if anyone of you successfully got Atomic value to work in the shared / commonMain. The import works but when i try to initialise a AtomicBoolean for instance i get an error. Where as if i try this in androidMain it works without error. Am i maybe missing a dependency in the commonMain to get it to work?
m
b
yeah, that is what i am using 🙂 but in the commonMain it wont let me use it