crossposted from <#C0B8MA7FA|getting-started> , `I...
# gradle
c
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
Not sure that I understood your question
Do you want to publish your library?
c
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
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?