Kotlin-osgi-bundle location

I’ve been searching for the kotlin-osgi-bundle for Kotlin 1.1.2. Up through 1.1.1 it was available on jcenter, has it moved?

Found it in mavenCentral().

Is it the plan for mavenCentral() to be the authoritative location for kotlin resources?

AFAIK, jcenter mirrors everything from maven central, so if you find kotlin-osgi-bundle in maven, then it should be in jcenter too. And indeed it is: Service End for Bintray, JCenter, GoCenter, and ChartCenter | JFrog.

Is it the plan for mavenCentral() to be the authoritative location for kotlin resources?

We publish artifacts of group org.jetbrains.kotlin primarily to maven central, and those of org.jetbrains.kotlinx to bintray/jcenter.

Thanks for clarification.

It was published to jcenter() today, Apr 30. Apparently sometime after my builds were unable to resolve them this morning.

That’s good to know, thank you.