What is the meaning of these warnings I see when r...
# k2-adopters
r
What is the meaning of these warnings I see when running tests with `2.0.0-Beta4`:
Copy code
> Task :kilua:compileTestDevelopmentExecutableKotlinJs
w: KLIB resolver: The same 'unique_name=dev.kilua:kilua' found in more than one library: /home/rjaros/git/kilua/kilua/build/classes/kotlin/js/main, /home/rjaros/git/kilua/kilua/build/libs/kilua-js-0.0.1.klib

> Task :kilua:compileTestDevelopmentExecutableKotlinWasmJs
w: KLIB resolver: The same 'unique_name=dev.kilua:kilua' found in more than one library: /home/rjaros/git/kilua/kilua/build/classes/kotlin/wasmJs/main, /home/rjaros/git/kilua/kilua/build/libs/kilua-wasm-js-0.0.1.klib
t