* What went wrong:
Execution failed for task ':<library>:generatePomFileForLibraryAarPublication'.
> Could not apply withXml() to generated POM
> Configuration with name 'compile' not found.
Has anyone else run into this issue?
g
gildor
03/10/2021, 7:26 AM
Pom probably immutable now
gildor
03/10/2021, 7:27 AM
Do you really need this custom xml for pom? I think you can use standard AGP integration with maven-publish plugin
l
Lauren Yew
03/10/2021, 2:52 PM
Thank you, this is very helpful. I'll look into it.