How do you use eap versions other than the few lis...
# eap
f
How do you use eap versions other than the few listed in the releases page? I'm trying to use
2.0.10-RC-526
to work around this: https://youtrack.jetbrains.com/issue/KT-69876/K2-Compile-exception-Only-IrBlockBody-together-with-kotlinx-serialization But Gradle doesn't find that plugin version. It does find 2.0.10-RC (but it can't run wasm)
Copy code
Plugin [id: 'org.jetbrains.kotlin.multiplatform', version: '2.0.10-RC-526', apply: false] was not found in any of the following sources:
youtrack 1
1
t
Add this maven repo into `respositories`:
Copy code
<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/>
note that artifacts in this repo are eventually removed
f
Thanks. I believe doing that was part of the documentation at https://kotlinlang.org/docs/eap.html#build-details, but it's gone now. Intentionally, to discourage using dev versions?
t
@Margarita Bobova do you know why it was removed?
m
As far as I remember, it was not have documented on website, I will check if we can add this. No, there were no intention to discourage using dev versions 🙂
f
It was just removed instead of updated when bintray died https://github.com/JetBrains/kotlin-web-site/commit/dd3e728fcd332930ed57ad6ca266b95c9b4c2b85#diff-60da5b5eca5379357021f[…]6c4537917b8b399f7c4df4L112 Good to know I am not halucinating memories 😁