https://kotlinlang.org logo
Title
c

ClaudiuB

11/19/2018, 2:33 PM
crossposted from #getting-started ,
I'm planning on making a Kotlin library for core Android logic of my apps. Is there a gradle plugin/distribution playtform any of you can recommend?
g

gildor

11/21/2018, 4:13 AM
Not sure that I understood your question
Do you want to publish your library?
c

ClaudiuB

05/29/2020, 10:26 PM
Late to the party but thanks, I was looking maybe for a kotlin specific library builder for maven, and slack replies. I did that with java in the past, and wondered if we miss the extra kotlin goodness on the JVM when using the same tools as with Java. Is any of that a real concern? Now with multiplatform that is an interesting question if you have time.
g

gildor

05/31/2020, 5:51 AM
Wow, 2 years old thread 😄 👍
library builder for maven
Do you mean publish a library to maven repository? Gradle and Maven supported officially by Kotlin, But essentially Gradle is the most supported and recommended approach to build Kotlin and publish to Maven, it supported for JVM and for otherr multiplatform targets slack replies? Do you mean library for this?