Hi! We're running into an issue with our maven pub...
# multiplatform
a
Hi! We're running into an issue with our maven publishing setup, it's working with kotlin
2.1.10
but broken in `2.1.20`:
Execution failed for task ':mobile:generatePomFileForAndroidReleasePublication'. > Could not apply withXml() to generated POM > dependency.resolvedVariant must not be null
Anyone experienced something similar?
t
could you share a Gradle build scan with error? @Anton Lakotka [JB] does it sound similar to some existing problem?
a
Not sure, I'd like to see stacktrace at least.
a
a
Ok, so I see problem indeed is on KGP side. Can you maybe provide some reproducer?
a
This is occurring in our closed-source project and I haven't built a reproducer yet, would take some time