Maybe not an issue but seems like multiple reposit...
# webassembly
j
Maybe not an issue but seems like multiple repositories containing for example
kotlin-stdlib-wasm
....these seem to have different versions of the dependencies.....with
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>
having most recent ones
Copy code
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/org/jetbrains/kotlin/kotlin-stdlib-wasm/>
<https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental/org/jetbrains/kotlin/kotlin-stdlib-wasm/>
<https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-wasm/>
j
Makes sense to me. Maven Central is where releases go, the dev repo is JetBrains' version of a snapshot repo, and the experimental repo was back when things were super raw. Most libraries will usually have the first two which is usually Maven Central and Sonatype's snapshot repo or historically something hosted by JFrog
j
Was more wondering in this case because I think pretty much all the wasm stuff is still experimental. Anyway, not really an issue....had just been looking to track down correct artifact to use.
j
It's experimental, but now it's available as a target for all to use. A few months ago that wasn't the case and it had to be done specially