kotlinx-atomicfu
kotlinx-atomicfu copied to clipboard
atomicfu-gradle-plugin does not configure dependencies, when it applied in a non-root build sript.
There is a bug in resolution of atomicfu-gradle-plugin version, when atomicfu plugin is applied in the build script of the module, and not in the rootProject. In this case atomicfu does not configure necessary dependencies: compileOnly library dependency for commonMain and implementation dependency for commonTest sourceSet, thus causing compilation errors.
Will this fix #210 too?
Yes, #210 will be fixed as well