Add multiplatform to publishing name
This commit is contained in:
parent
a0e0cff0cd
commit
e7ab107f9c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
withType<MavenPublication>().configureEach {
|
withType<MavenPublication>().configureEach {
|
||||||
pom {
|
pom {
|
||||||
name.set("UrlEncoder for Kotlin")
|
name.set("UrlEncoder for Kotlin Multiplatform")
|
||||||
description.set(project.description)
|
description.set(project.description)
|
||||||
url.set(mavenUrl)
|
url.set(mavenUrl)
|
||||||
licenses {
|
licenses {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue