```KLIB resolver: The same 'unique_name=kotlin' fo...
# multiplatform
j
Copy code
KLIB resolver: The same 'unique_name=kotlin' found in more than one library: /Users/jaypalsinhbarad/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-wasm-js/2.2.0/51d111704eb3477248eb57203bed7467b068de49/kotlin-stdlib-wasm-js-2.2.0.klib, /Users/jaypalsinhbarad/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-wasm/1.9.10/834185c1765a20be76d8ffb6eeecf2b0068baf61/kotlin-stdlib-wasm-1.9.10.klib
Please file an issue to <https://kotl.in/issue> and meanwhile use CLI flag `-Xklib-duplicated-unique-name-strategy` with one of the following values:
allow-all-with-warning: Use all KLIB dependencies, even when they have same `unique_name` property.
allow-first-with-warning: Use the first KLIB dependency with clashing `unique_name` property. No order guarantees are given though.
deny: Fail a compilation with the error.
t
Yea, it’s pretty annoying that this issue keeps popping up. I think it originally occurred in 1.9.0 and was reported resolved, but it has reoccured in 2.1.0 and on. The YouTrack thread has a workaround to rename the dependencies to avoid them all having the same unique_name…