Jaypalsinh Barad
08/10/2025, 10:35 AMKLIB 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.
Taush Sampley
08/10/2025, 10:53 PM