Skip to content

Commit 8c7139d

Browse files
authored
Merge pull request #9 from Whathecode/develop
Release 1.0.0-alpha.1 (attempt 3)
2 parents 263d7f4 + b5dec6b commit 8c7139d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ publishing {
100100
it.artifact(javadocJar)
101101
}
102102
it.pom {
103+
name.set("kotlinx.interval")
104+
description.set("Kotlin multiplatform bounded open/closed generic intervals.")
103105
url.set("https://github.com/Whathecode/kotlinx.interval")
104106
licenses {
105107
license {

0 commit comments

Comments
 (0)