has anyone had trouble including `kotlinx-atomicfu...
# multiplatform
f
has anyone had trouble including
kotlinx-atomicfu
as a
common
dependency? i tried for awhile to include
0.16.3
as such for awhile today with the artifact specified in the project
README
. it claims the gradle plugin approach can be avoided if intended use is just within a
common
sourceset, but i couldn't get it to work unless i used a different artifact name. didn't work:
org.jetbrains.kotlinx:atomicfu-common
worked:
org.jetbrains.kotlinx:atomicfu
have opened a PR for the doc change too, if it seems that its called for: https://github.com/Kotlin/kotlinx.atomicfu/pull/204