https://kotlinlang.org logo
#announcements
Title
# announcements
s

Saša Šijak

10/25/2017, 10:02 AM
Any tutorial on how to publish kotlin lib to maven central from gradle project. I have never pushed anything to maven central.
g

gildor

10/25/2017, 10:10 AM
Mostly the same way as for Java. This guide also can be useful for you https://guides.gradle.org/building-kotlin-jvm-libraries/ There is guide for local repo publishing, but it’s similar for remote. You also should read guide how to register account on maven central, it’s not easy (much easier to do that on jcenter)
3 Views