Hi everyone, I was wondering if there are any plan...
# multiplatform
r
Hi everyone, I was wondering if there are any plans or what the status of maven support is for KMP. I have noticed many libraries and gradle plugins include their own version of https://github.com/Him188/maven-central-publish/blob/0a7ea56328181adc539b10f392604[…]im188/maven/central/publish/gradle/MavenCentralPublishPlugin.kt
publishPlatformArtifactsInRootModule
in order to provide support for KMP artifacts from maven. Currently we are having issues in Arrow and wondering if this is needed or if there is a better way to solve it. Thanks!
j
I think the status with maven is that you are pretty much on your own. It's very much a second class citizen in the Kotlin ecosystem at this point. That means relatively few users, documentation that lags behind, harder to get support, and all sorts of things you can easily do in Gradle with it's kotlin scripting support that just flat out won't work in maven or would work completely differently.
👍 1