Further down, I also have this: ```publishing { ...
# multiplatform
h
Further down, I also have this:
Copy code
publishing {
    publications {
        maven(MavenPublication) {
            groupId project.group
            artifactId project.name
        }
    }
...
}