Who’s taking a look at publishing to Central? I’d ...
# koin-contributors
g
Who’s taking a look at publishing to Central? I’d like to pick up the setup if no-one is doing it 🙏
a
Hey Nicola 👋 yes ... would be great 🙂
project changed a lot between branchesq 2.x & 3.x
g
I’d pick it up just after #fosdem (next week). I alrady did the migration for #detekt so it’s going to be fairly easy I think
a
ho yeah, will appreciate your help 🙂
I just have reserved group id for maven central. It will be
io.insert-koin
it can replace the old android publish plugin
g
Yup i already included that. I'm stuck with the KMM :/
a
Publication for KMM?
g
Yup, publishing the modules that apply the
kotlin("multiplatform")
plugin. I was discussing about it in the #multiplatform channel
a
thanks 🙏
I believe @russhwolf has some KMM library published on maven central
@russhwolf I just invited you, as we could have some questions about Gradle publication to maven central 🙂 🙏
r
Hi yes I have Multiplatform Settings publishing to Central, and most of the Touchlab stuff is there as well. What’s the question?
BTW if you haven’t seen it, there’s some docs on KMP publishing at https://kotlinlang.org/docs/mpp-publish-lib.html
g
What’s the question?
☝️ Are you publishing with plain
maven-publish
? And thanks for sharing the doc, that’s gold 🙂
r
Yes we are.
KMP does a lot of the work for you wrt configuring publications
I think all the central-specific stuff for Settings is in here https://github.com/russhwolf/multiplatform-settings/blob/master/build.gradle.kts
Ignore the dokka bits though I don't actually have that working
a
thanks Russel 👍