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 {
|
||||
withType<MavenPublication>().configureEach {
|
||||
pom {
|
||||
name.set("UrlEncoder for Kotlin")
|
||||
name.set("UrlEncoder for Kotlin Multiplatform")
|
||||
description.set(project.description)
|
||||
url.set(mavenUrl)
|
||||
licenses {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue