I might have missed this in the docs but for KMMBr...
# touchlab-tools
e
I might have missed this in the docs but for KMMBridge how do I set the
groupId
and
artifactId
for Maven packages?
r
If you're setting
mavenPublishArtifacts()
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.
e
Would that be
GROUP=xxxx
from gradle.properties? Look at the kickstart project.