Atomicfu Gradle plugin adds runtime dependencies whose versions is chosen based on the version of the Kotlin plugin applied to a project.
It is already not the best way to decide that (I guess), but it becomes even more erroneous with Kotlin build tools API (BTA), which decouples plugin and compiler version.
AFU Gradle plugin should be aware of that and choose dependency versions based on the compiler version (or even LV/AL?) instead of the Kotlin plugin version.
Atomicfu Gradle plugin adds runtime dependencies whose versions is chosen based on the version of the Kotlin plugin applied to a project.
It is already not the best way to decide that (I guess), but it becomes even more erroneous with Kotlin build tools API (BTA), which decouples plugin and compiler version.
AFU Gradle plugin should be aware of that and choose dependency versions based on the compiler version (or even LV/AL?) instead of the Kotlin plugin version.