Did kotlin serialization runtime get pulled from b...
# announcements
n
Did kotlin serialization runtime get pulled from bintray? Yesterday org.jetbrains.kotlinxkotlinx serialization runtime js1.0-M1-1.4.0-rc worked and today it doesn't... https://dl.bintray.com/kotlin/kotlin-eap/org/jetbrains/kotlinx/
Ok, seems something must have changed. Fixed by changing from dl.bintray.com to :
Copy code
maven("<https://kotlin.bintray.com/kotlinx>")
And
org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:1.0-M1-1.4.0-rc
To:
org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:1.0-M1-1.4.0-rc-218
n
Thanks. Also, what's the difference between dl.bintray.com and kotlin.bintray.com?
s
There shouldn't be
n
I mean, what repo should I be using for eap builds? I think I was directed previously to https://dl.bintray.com/kotlin/kotlin-eap but those artifacts disappeared since yesterday (not just serialization) and https://kotlin.bintray.com/ looks correct
s
kotlin.bintray.com is an organization, which holds multiple repositories, including kotlin-eap, kotlin-dev and kotlinx. For e.g. kotlin-eap repo you may use both https://kotlin.bintray.com/kotlin-eap and https://dl.bintray.com/kotlin/kotlin-eap as an address of maven repository