kotlinx-atomicfu icon indicating copy to clipboard operation
kotlinx-atomicfu copied to clipboard

atomicfu-gradle-plugin does not configure dependencies, when it applied in a non-root build sript.

Open mvicsokolova opened this issue 1 year ago • 1 comments

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.

mvicsokolova avatar Feb 27 '24 17:02 mvicsokolova

Will this fix #210 too?

lukellmann avatar Feb 28 '24 06:02 lukellmann

Yes, #210 will be fixed as well

mvicsokolova avatar Mar 20 '24 14:03 mvicsokolova