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.