https://kotlinlang.org logo
r

Rachel

07/07/2020, 10:38 AM
Hi! Please, I've seen that
1.4-M3-release
was published in
Staging
and
EAP-NEXT
channels yesterday: - https://plugins.jetbrains.com/plugin/6954-kotlin/versions/eap-next However, there are two
1.4-M3-release-x
versions for the Kotlin compiler in Kotlin DEV Maven repository https://dl.bintray.com/kotlin/kotlin-dev/org/jetbrains/kotlin/kotlin-compiler/:
Copy code
1.4-M3-release-207/
  1.4-M3-release-209/
I think it's the first time a Kotlin plugin for Intellij IDEA is published for
1.4-M3-x
while new plugins are published for
1.4.0-dev
versions in
Bootstrap
channel continuously. Please, I'd be very grateful if someone could confirm if new plugin versions for
1.4-M3-release
will be published in
Staging
and
EAP-NEXT
channels or maybe the next published version will be the release of
1.4-M3
. Thank you so much in advance!!
👍 1
a

Alexey Belkov [JB]

07/07/2020, 10:56 AM
Hi. Don't pay attention to
kotlin-dev
repository. The correct 1.4-M3 release is in the
eap
repository: https://dl.bintray.com/kotlin/kotlin-eap/org/jetbrains/kotlin/kotlin-compiler/1.4-M3/ EAP-NEXT plugin channel contains release versions of M1, M2, M3, RC for the next major version of Kotlin, currently 1.4. Please use it. I'm not sure what is "staging" channel, it's probably something internal. "bootstrap" plugin channel was recently created to publish
dev
versions of the Kotlin IDE plugin. It corresponds to dev artifacts from https://dl.bintray.com/kotlin/kotlin-dev/org/jetbrains/kotlin/kotlin-compiler/
🙌 1
r

Rachel

07/07/2020, 10:59 AM
Thank you so much @Alexey Belkov [JB]!! That information made my day. Thanks for your detailed, useful and quick reply 🙌
👍 1