From c68390cd7fff1b53539198e92b27b5f7c29191a3 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 18 Mar 2024 10:36:41 +0100 Subject: [PATCH 1/2] Add KCron library --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 8b3e212..6c1eae9 100644 --- a/README.MD +++ b/README.MD @@ -724,6 +724,11 @@ Bluetooth in general has the same functionality for all platforms, e.g. connect [![Maven Central](https://img.shields.io/maven-central/v/io.github.softartdev/kronos)](https://central.sonatype.com/artifact/io.github.softartdev/kronos) > Kotlin Multiplatform library for network time synchronization. Extension for [Kotlinx DateTime](https://github.com/Kotlin/kotlinx-datetime) library. +[KCron](https://github.com/Scogun/kcron-common) - Kotlin multiplatform Cron library +[![GitHub Repo stars](https://img.shields.io/github/stars/Scogun/kcron-common?style=flat)](https://github.com/Scogun/kcron-common) +[![Maven Central](https://img.shields.io/maven-central/v/com.ucasoft.kcron/kcron-common)](https://central.sonatype.com/artifact/com.ucasoft.kcron/kcron-common) +> Kotlin Multiplatform library for build and parsing cron expression. Support custom date time providers. Has default implementation based on [Kotlinx DateTime](https://github.com/Kotlin/kotlinx-datetime) library. + ### ➿ Asynchronous [Kotlinx Coroutines](https://github.com/Kotlin/kotlinx.coroutines) - Kotlin coroutines [![GitHub Repo stars](https://img.shields.io/github/stars/Kotlin/kotlinx.coroutines?style=flat)](https://github.com/Kotlin/kotlinx.coroutines) From b0da19102cc13c66d14439dc359817fcdae048f8 Mon Sep 17 00:00:00 2001 From: Sergey Antonov Date: Mon, 15 Apr 2024 19:03:29 +0200 Subject: [PATCH 2/2] Add KOMM Library --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 3f7a588..ced4940 100644 --- a/README.MD +++ b/README.MD @@ -1167,6 +1167,11 @@ your Compose apps. [![Maven Central](https://img.shields.io/maven-central/v/com.prof18.rssparser/rssparser)](https://central.sonatype.com/namespace/com.prof18.rssparser) > RSS Parser is a Kotlin Multiplatform library for parsing RSS and Atom feeds. It supports Android, iOS, and the JVM. +[KOMM](https://github.com/Scogun/komm) - Kotlin Object Multiplatform Mapper +[![GitHub Repo stars](https://img.shields.io/github/stars/Scogun/komm?style=flat)](https://github.com/Scogun/komm) +[![Maven Central](https://img.shields.io/maven-central/v/com.ucasoft.komm/komm-annotations)](https://central.sonatype.com/namespace/com.ucasoft.komm/komm-annotations) +> Kotlin Object Multiplatform Mapper which generates mapping function via KSP and supports multi-mapping, converters, resolvers, null-substitute etc. + ## Contribution guide Feel free to contribute. Follow common style and welcome! Few rules: