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?