1.1.0-rc-91 - where is kotlin-js-library?

Hi,

I saw the 1.1 release candidate, and tried to update my build. I’m getting errors because there is no Kotlin JS library.

Could not find org.jetbrains.kotlin:kotlin-js-library:1.1.0-rc-91.

Did someone forget to publish it, or did something else change? If I try to use a different version for kotlin-js I get another error:

File ‘/…/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-js-library/1.1.0-beta-22/7c98741ad4a88ed198d06b9a007d3372554d5adb/kotlin-js-library-1.1.0-beta-22.jar’ was compiled with an incompatible version of Kotlin. The binary version of its metadata is 6.0.0, expected version is 1.0.0

Odd that it sounds like the older one has a higher version number, but I think I get the point.

Rob

Nevermind. I see the name changed to kotlin-stdlib-js.

Rob