Hello :slightly_smiling_face: Is there a guide or ...
# announcements
l
Hello 🙂 Is there a guide or some example on how to sign and setup the artifact for mavenCentral in a multiplatform project using Kotlin version 1.3.20 and Kotlin DSL? Following the new guide I was able to avoid artifacts duplications when multi-step-publishing (even tho there is an error in the guide,
OperatingSystem.current().isLinux
is the correct way to chech the OS). Now i just need to sign all of them and configure the
publishing
extension lambda. The project is this one: https://github.com/lamba92/kotlin-extlib
d
Would publishing to mavenCentral via bintray work for you? If so you can follow https://github.com/orangy/multiplatform-lib but upgrade the
bintray_plugin_version
to
1.8.4-jetbrains-3
.