{"id":13611282,"url":"https://github.com/respawn-app/KMPUtils","last_synced_at":"2025-04-13T04:33:42.475Z","repository":{"id":65670063,"uuid":"557470802","full_name":"respawn-app/KMPUtils","owner":"respawn-app","description":"A collection of everything missing from the Kotlin Multiplatform Standard Library","archived":false,"fork":false,"pushed_at":"2025-02-24T16:56:01.000Z","size":779,"stargazers_count":77,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T17:21:05.324Z","etag":null,"topics":["android","coroutines","datetime","error-handling","ios","kmm","kotlin","kotlin-dsl","library","multiplatform","validation"],"latest_commit_sha":null,"homepage":"https://opensource.respawn.pro/KMPUtils/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/respawn-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-25T18:46:29.000Z","updated_at":"2025-03-31T08:29:47.000Z","dependencies_parsed_at":"2024-01-17T03:16:18.907Z","dependency_job_id":"e50ae316-16e4-40c8-9e9b-45a14cee419a","html_url":"https://github.com/respawn-app/KMPUtils","commit_stats":null,"previous_names":["respawn-app/kmputils"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respawn-app%2FKMPUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respawn-app%2FKMPUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respawn-app%2FKMPUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respawn-app%2FKMPUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/respawn-app","download_url":"https://codeload.github.com/respawn-app/KMPUtils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248664775,"owners_count":21142029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","coroutines","datetime","error-handling","ios","kmm","kotlin","kotlin-dsl","library","multiplatform","validation"],"created_at":"2024-08-01T19:01:53.724Z","updated_at":"2025-04-13T04:33:42.167Z","avatar_url":"https://github.com/respawn-app.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# KMPUtils\n\n[![CI](https://github.com/respawn-app/KMPUtils/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/respawn-app/KMPUtils/actions/workflows/ci.yml)\n![Docs](https://img.shields.io/website?down_color=red\u0026label=Docs\u0026up_color=green\u0026up_message=Online\u0026url=http%3A%2F%2Fopensource.respawn.pro%2FKMPUtils%2F%23%2F)\n[![CodeFactor](https://www.codefactor.io/repository/github/respawn-app/KMPUtils/badge)](https://www.codefactor.io/repository/github/respawn-app/KMPUtils)\n![GitHub top language](https://img.shields.io/github/languages/top/respawn-app/KMPUtils)\n![GitHub](https://img.shields.io/github/license/respawn-app/KMPUtils)\n![GitHub issues](https://img.shields.io/github/issues/respawn-app/KMPUtils)\n![GitHub last commit](https://img.shields.io/github/last-commit/respawn-app/KMPUtils)\n[![AndroidWeekly #556](https://androidweekly.net/issues/issue-556/badge)](https://androidweekly.net/issues/issue-556/)\n\n![badge][badge-android] ![badge][badge-jvm] ![badge][badge-js] ![badge][badge-nodejs] ![badge][badge-linux] ![badge][badge-windows] ![badge][badge-ios] ![badge][badge-mac] ![badge][badge-watchos] ![badge][badge-tvos] ![badge-wasm]\n\nKMP Utils is a collection of all the things that are missing from Kotlin STL, popular KMP libraries \u0026 platform SDKs.\nThe library is meant to be a drop-in dependency - no need to study anything - just add and\nenjoy the expanded API of the things you are used to, relying on autocompletion to come up with suggestions for you.\n\n### Features\n\n* [InputForms](https://opensource.respawn.pro/KMPUtils/#/inputforms): A stateful and composable text input field\n  validation framework with clean DSL.\n* [Common](https://opensource.respawn.pro/KMPUtils/#/common): Kotlin standard library extensions\n* [Datetime](https://opensource.respawn.pro/KMPUtils/#/datetime): All the things missing from kotlinx.datetime and Java\n  Calendar \u0026 DateTime API.\n* [Coroutines](https://opensource.respawn.pro/KMPUtils/#/coroutines): Things missing from Coroutines \u0026 Flows API.\n\n## Quickstart\n\nDocumentation: [https://opensource.respawn.pro/KMPUtils](https://opensource.respawn.pro/KMPUtils)  \nAPI Docs: [/KMPUtils/javadocs](https://opensource.respawn.pro/KMPUtils/#/javadocs/)  \n![Maven Central](https://img.shields.io/maven-central/v/pro.respawn.kmmutils/apiresult?label=Maven%20Central)  \n\n```toml\n[versions]\nkmputils = \"\u003c Badge above 👆🏻 \u003e\"\n\n[dependencies]\nkmputils-common = { module = \"pro.respawn.kmmutils:common\", version.ref = \"kmputils\" }\nkmputils-datetime = { module = \"pro.respawn.kmmutils:datetime\", version.ref = \"kmputils\" }\nkmputils-coroutines = { module = \"pro.respawn.kmmutils:coroutines\", version.ref = \"kmputils\" }\nkmputils-inputforms = { module = \"pro.respawn.kmmutils:inputforms\", version.ref = \"kmputils\" }\n\n[bundles]\nkmputils = [\n    \"kmputils-common\",\n    \"kmputils-datetime\",\n    \"kmputils-coroutines\",\n    \"kmputils-inputforms\"\n]\n```\n\n```kotlin\ndependencies {\n    val kmputils = \"\u003c version badge above 👆🏻 \u003e\"\n    commonMainImplementation(\"pro.respawn.kmmutils:common:$kmputils\")\n    commonMainImplementation(\"pro.respawn.kmmutils:datetime:$kmputils\")\n    commonMainImplementation(\"pro.respawn.kmmutils:coroutines:$kmputils\")\n    commonMainImplementation(\"pro.respawn.kmmutils:inputforms:$kmputils\")\n}\n```\n\n## License\n\n```\nCopyright 2022-2024 Respawn Team and contributors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n```\n\n### Name Change notice\n\nSince the \"KMM\" abbreviation was deprecated by JetBrains, the repository has been renamed to \"KMPUtils\" and all the associated urls were changed. Unfortunately there is no way to change the group ID of the library without breaking the resolution of dependencies, so the group ID will stay the same for now. \n\n\n[badge-android]: http://img.shields.io/badge/-android-6EDB8D.svg?style=flat\n\n[badge-android-native]: http://img.shields.io/badge/support-[AndroidNative]-6EDB8D.svg?style=flat\n\n[badge-jvm]: http://img.shields.io/badge/-jvm-DB413D.svg?style=flat\n\n[badge-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat\n\n[badge-js-ir]: https://img.shields.io/badge/support-[IR]-AAC4E0.svg?style=flat\n\n[badge-nodejs]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat\n\n[badge-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat\n\n[badge-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat\n\n[badge-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat\n\n[badge-apple-silicon]: http://img.shields.io/badge/support-[AppleSilicon]-43BBFF.svg?style=flat\n\n[badge-ios]: http://img.shields.io/badge/-ios-CDCDCD.svg?style=flat\n\n[badge-mac]: http://img.shields.io/badge/-macos-111111.svg?style=flat\n\n[badge-watchos]: http://img.shields.io/badge/-watchos-C0C0C0.svg?style=flat\n\n[badge-tvos]: http://img.shields.io/badge/-tvos-808080.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespawn-app%2FKMPUtils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frespawn-app%2FKMPUtils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespawn-app%2FKMPUtils/lists"}