jean
07/06/2023, 11:37 AMCannot add task 'signKotlinMultiplatformPublication' as a task with that name already exists.
when replacing id("maven-publish")
with id("convention.publication")
in any of my modules. If I remove id("maven-publish")
from each module and add it to the root build.gradle.kts
I can build the project successfully but I don’t think it works neither, I only get the three following tasks. How does one configure gradle to publish a multi-module multi-platform kotlin library?jean
07/06/2023, 11:40 AMjean
07/06/2023, 11:41 AMpublishAllPublication...
is succeeds but nothing shows up in https://s01.oss.sonatype.org/#stagingRepositoriesPablichjenkov
07/06/2023, 2:06 PMVampire
07/06/2023, 2:32 PMjean
07/09/2023, 6:00 AM