Skip to content

Commit aa51d5a

Browse files
committed
update build.gradle.kts
1 parent 1011e06 commit aa51d5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

filemapper/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ mavenPublishing {
155155

156156
pom {
157157
name = "FileMapper KMP"
158-
description = ""
158+
description = "A lightweight, powerful Kotlin Multiplatform (KMP) library designed to seamlessly map files (XLSX, JSON) to Kotlin Data Classes. Supporting Android, iOS, Desktop, and Web (Wasm/JS), it provides both Compose-ready UI triggers and pure logic-based APIs."
159159
inceptionYear = "2026"
160-
url = "" // add you repo link
160+
url = "https://github.com/mamon-aburawi/FileMapper-KMP"
161161
licenses {
162162
license {
163163
name = "MIT License"
@@ -171,7 +171,7 @@ mavenPublishing {
171171
}
172172
}
173173
scm {
174-
url = "" // add your repo link
174+
url = "https://github.com/mamon-aburawi/FileMapper-KMP"
175175
}
176176
}
177177

0 commit comments

Comments
 (0)