What is the relation between: - <https://plugins.gradle.org/plugin/org.jetbrains.kotlin.plugin.atomi...
a
It's indeed confusing. Does the description in this issue help? https://github.com/Kotlin/kotlinx-atomicfu/issues/410
n
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
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.
āœ… 1
šŸ™ 1
n
This helps a lot, thanks šŸ™‚
šŸ‘ 1