DEV Community

Discussion on: Creating your first Kotlin Multiplatform library

Collapse
 
igorganapolsky profile image
Igor Ganapolsky

I am curious why you chose to go with Sonatype instead of Github Packages for publishing?

Collapse
 
asm0dey profile image
Paul

For those who will encounter this question, I will try to answer this question.

  1. The main reason to publish to Sonatype instead of literally any other repository is it's the only repo in the JVM world that everybody is aware of.
  2. The second significant bit is this repository has the most strict requirements for publishing, including build signing. If one can publish to central, they definitely will be capable of publishing to other repos too.