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

Duplicate library name warning with atomicfu 0.23.0

Open eygraber opened this issue 1 year ago • 5 comments

This issue picks up where https://github.com/Kotlin/kotlinx-atomicfu/issues/289 left off.

When I run portal:compileTestKotlinJs on my project I get the following warning (really error since I have -Werror):

w: duplicate library name: com.eygraber:portal

That library doesn't reference itself in any way, and using git bisect I found that this started happening when updating atomicfu from 0.21.0 to 0.22.2

That project is using coroutines 1.8.0-RC

eygraber avatar Dec 08 '23 19:12 eygraber

Any sense on when this can be resolved?

eygraber avatar Jan 03 '24 03:01 eygraber

Is this the same issue? https://youtrack.jetbrains.com/issue/KT-62653/

lppedd avatar Jan 24 '24 13:01 lppedd

My project doesn't use shared source sets.

eygraber avatar Jan 24 '24 13:01 eygraber

@eygraber I recalled that one and this comment https://youtrack.jetbrains.com/issue/KT-51110/Pseudo-circular-dependency-causes-duplicate-library-name-warning-for-JS-target#focus=Comments-27-7656620.0-0

lppedd avatar Jan 24 '24 13:01 lppedd

It could be KT-51110 but then that would indicate that atomicfu is messing around with the compilations incorrectly, because my module doesn't depend on anything that depends on it.

Additionally as I stated above

using git bisect I found that this started happening when updating atomicfu from 0.21.0 to 0.22.2

eygraber avatar Jan 24 '24 14:01 eygraber

@eygraber, hi! Do you still face this issue after update to atomicfu 0.23.2?

I could not see the duplicate library name warning while building your portal project from master branch.

mvicsokolova avatar Mar 21 '24 11:03 mvicsokolova

Issue is fixed, thank you!

eygraber avatar Mar 21 '24 12:03 eygraber

Not sure if this is a new issue or not, but I'm seeing this error again in that project - https://github.com/eygraber/portal/actions/runs/9055078137/job/24875658117

eygraber avatar May 12 '24 23:05 eygraber