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 7fc806e commit 21ea910Copy full SHA for 21ea910
convention-plugins/src/main/kotlin/module.publication.gradle.kts
@@ -1,7 +1,3 @@
1
-import org.gradle.api.publish.maven.MavenPublication
2
-import org.gradle.api.tasks.bundling.Jar
3
-import org.gradle.kotlin.dsl.`maven-publish`
4
-
5
plugins {
6
`maven-publish`
7
signing
@@ -18,7 +14,7 @@ publishing {
18
14
// Provide artifacts information required by Maven Central
19
15
pom {
20
16
name.set("miuix")
21
- description.set("A MiuiX-like UI for Kotlin Multiplatform")
17
+ description.set("A UI Library for Kotlin MultiPlatform")
22
url.set("https://github.com/miuix-kotlin-multiplatform/miuix")
23
24
licenses {
convention-plugins/src/main/kotlin/root.publication.gradle.kts
@@ -1,4 +1,4 @@
allprojects {
group = "top.yukonga.miuix.kmp"
- version = "0.2.5"
+ version = "0.2.6"
}
0 commit comments