From 01990a740e924b83f1eaec8e3a0ca6354de0c645 Mon Sep 17 00:00:00 2001 From: Illia Achour Date: Wed, 2 Sep 2026 13:55:51 -0400 Subject: [PATCH] Name Kotlin Multiplatform in the published description The POM description still read "for Android & iOS" from before the multiplatform rewrite, and that string is what Central and klibs.io display. klibs.io is a Kotlin Multiplatform index, so a description that never says the words is a weak entry there. The README and its docs/ mirror carry the same sentence and move with it. --- README.md | 2 +- colorpicker/build.gradle.kts | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c19156..af434ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # anyColorPicker -Multiplatform color picker library for Android, iOS, Desktop (JVM), and Web (Wasm), built with Compose Multiplatform and Material 3. +Kotlin Multiplatform color picker library for Android, iOS, Desktop (JVM), and Web (Wasm), built with Compose Multiplatform and Material 3. ## ✨ Features diff --git a/colorpicker/build.gradle.kts b/colorpicker/build.gradle.kts index 10c9add..892bfd0 100644 --- a/colorpicker/build.gradle.kts +++ b/colorpicker/build.gradle.kts @@ -121,7 +121,7 @@ mavenPublishing { pom { name.set("anyColorPicker") - description.set("Multiplatform color picker library for Android & iOS") + description.set("Kotlin Multiplatform color picker library for Android, iOS, Desktop (JVM), and Web (Wasm), built with Compose Multiplatform and Material 3") inceptionYear.set("2020") url.set("https://github.com/side-codes/anyColorPicker") licenses { diff --git a/docs/index.md b/docs/index.md index 6036398..cee6a2c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # anyColorPicker — Compose Multiplatform Color Picker -Multiplatform color picker library for Android, iOS, Desktop (JVM), and Web (Wasm), built with Compose Multiplatform and Material 3. +Kotlin Multiplatform color picker library for Android, iOS, Desktop (JVM), and Web (Wasm), built with Compose Multiplatform and Material 3. ## ✨ Features