right now I do: ``` publishing { publications.al...
# multiplatform
j
right now I do:
Copy code
publishing {
  publications.all {
    artifactId = artifactId.replace(project.name, "runtime")
which works, but isn't great