Thanks for the link.
The main thing I don't understand why are there two separate atomicfu Gradle plugins? (The plugins I linked in my question.)
a
Adam S
05/01/2024, 7:37 AM
ah it was this issue I was thinking of https://github.com/Kotlin/kotlinx-atomicfu/issues/370
Basically, Atomicfu needs to transform code. There are two ways: bytecode manipulation, and via a compiler plugin. And for unclear reasons this resulted in two Gradle plugins.