Forrest Pangborn
09/20/2021, 7:46 PMkotlinx-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:atomicfuForrest Pangborn
09/20/2021, 7:48 PM