We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28d7f7 commit 8c08e80Copy full SHA for 8c08e80
kmposable-core/build.gradle.kts
@@ -81,7 +81,6 @@ publishing {
81
publications {
82
withType<MavenPublication> {
83
pom {
84
- artifactId = "kmposable-core"
85
name.set("KMPosable-architecture")
86
description.set("TCA like library for Kotlin Multiplatform Mobile applications")
87
url.set("https://maven.pkg.github.com/sveltema/KMPosable-architecture")
kmposable/build.gradle.kts
@@ -84,7 +84,6 @@ publishing {
- artifactId = "kmposable"
88
89
90
0 commit comments