How are Kotlin's Maven artifacts published to Mave...
# random
m
How are Kotlin's Maven artifacts published to Maven Central? Through Sonatype Nexus? Or is there a simpler/more reliable way? 🙂
f
Do you mean a Kotlin MPP? Would publishing to Bintray also work?
m
No, how Kotlin itself is published. It's a big project and Sonatype is paaaaainfully slow and unreliable so I wonder if there's a better way.
h
Yes, it's Sonatype Nexus indeed for Kotlin.
You may setup a Bintray repo to sync a package with Maven Central, maybe that will work better for you: https://www.jfrog.com/confluence/display/BT/Syncing+with+Third-Party+Platforms
m
I'm surprised you can actually publish Kotlin to Nexus 😮 Even small files take minutes for me to upload with plenty of read timeouts. It's been like that for months now. Thank you, will check out the publishing through Bintray 🙂
g
Bintray does the same, just sync with Sonatype