Hi everyone! I'm trying to convert a Kotlin/JVM pr...
# multiplatform
e
Hi everyone! I'm trying to convert a Kotlin/JVM project to KMP, but can't figure out how to get the publishing to work. Would anyone be able to take a look at this PR and tell me what I'm doing wrong? https://github.com/notKamui/Keval/pull/29
🤝 1
d
heh, few messages earlier, yesterday, I've posted an "angry message" about this topic. Currently I'm resting a bit, but it all feels like a messy stuff. My next plan is to learn from guys who did it: 1.
kotlin-result
seems like a small library (just as mine is), uses `maven-publish`: https://github.com/michaelbull/kotlin-result 2.
arrow-kt
big size library, uses custom plugin in a separate project 3.
wire
medium size library, uses `vanniktech/gradle-maven-publish-plugin`: https://github.com/square/wire 4.
okio
medium size library, uses
vanniktech
plugin too: https://github.com/square/okio If you'll get as stuck as I am, maybe one of those could be used for poking inside 🙂 My plan is: • Try to do what
kotlin-result
does • If not successful, leave all hope for
maven-publish
and check that other plugin
m
👍 2
e
Thanks for the help! We'll try that out and see how it goes 🙂