Eric Williams
11/02/2022, 8:36 PMgroupId and artifactId for Maven packages?russhwolf
11/02/2022, 10:18 PMmavenPublishArtifacts() in the kmmbridge block, then we create a maven publication internally which should pick up the group name from the gradle group property and the artifactId will append -kmmbridge to the module name. We don't expose any customization for those at the moment, but we probably should, so feel free to open a ticket if you need that.Eric Williams
11/02/2022, 10:58 PMGROUP=xxxx from gradle.properties? Look at the kickstart project.