Description
Given I have a KMP project with multiple targets, running ./gradlew tasks reveals:

This doesn't make any sense I guess 🤔
Why should I publish all publications to a specific nmcpJvmRepository?
Something like this publishJvmPublicationToNmcpMingwX64Repository also exists, respectively for all targets.
I would expect we only have something like this
publish{target}PublicationToNmcp{target}Repository
Description
Given I have a KMP project with multiple targets, running
./gradlew tasksreveals:This doesn't make any sense I guess 🤔
Why should I publish all publications to a specific
nmcpJvmRepository?Something like this
publishJvmPublicationToNmcpMingwX64Repositoryalso exists, respectively for all targets.I would expect we only have something like this
publish{target}PublicationToNmcp{target}Repository