Hi everyone, trying to update to Kotlin 1.5.20 and...
# gradle
c
Hi everyone, trying to update to Kotlin 1.5.20 and run into a weird error message with Gradle maven publish. Any idea? Works perfectly fine with Kotlin
1.4.30
Copy code
Execution failed for task ':module-common:generatePomFileForMavenJavaPublication'.
> Could not apply withXml() to generated POM
   > kotlin.KotlinNullPointerException (no error message)* Exception is:
Caused by: org.gradle.api.UncheckedIOException: Could not write to file '.../module-common/build/publications/mavenJava/pom-default.xml'
2
t
👍 1