We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1e1c6 commit 7f377f6Copy full SHA for 7f377f6
1 file changed
mobile/kmp/ui/publishing.gradle.kts
@@ -5,7 +5,7 @@ import java.net.URI
5
configure<PublishingExtension> {
6
publications {
7
named<MavenPublication>("kotlinMultiplatform") {
8
- groupId = "atls"
+ groupId = project.group.toString()
9
artifactId = "hyperion"
10
version = project.version.toString()
11
0 commit comments