From 036c9be61a869bedbe35d446100ed85f436ede1e Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 29 Jan 2024 11:46:45 +0100 Subject: [PATCH 1/4] Update KCron badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b92cef7..b28787cb 100644 --- a/README.md +++ b/README.md @@ -634,6 +634,9 @@ ![badge][badge-mac] * [kcron](https://github.com/Scogun/kcron-common) - Kotlin multiplatform Cron library +![badge][badge-android] +![badge][badge-ios] +![badge][badge-js] ![badge][badge-jvm] ![badge][badge-linux] ![badge][badge-mac] From 2baadfeadbaeb4938a1e79a6b82114b22596d22f Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 29 Jan 2024 11:47:02 +0100 Subject: [PATCH 2/4] Add KOMM Library --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b28787cb..11450ccc 100644 --- a/README.md +++ b/README.md @@ -1316,6 +1316,15 @@ ![badge][badge-ios] ![badge][badge-jvm] +* [KOMM](https://github.com/Scogun/komm) - Kotlin Object Multiplatform Mapper which generates mapping function via KSP and supports multi-mapping, converters, resolvers, null-substitute etc. +![badge][badge-android] +![badge][badge-ios] +![badge][badge-js] +![badge][badge-jvm] +![badge][badge-linux] +![badge][badge-mac] +![badge][badge-windows] + ### GUI * [moko-widgets](https://github.com/icerockdev/moko-widgets) - Declarative UI and screens management in common code for mobile (android & ios) Kotlin Multiplatform development From 0f3804bf72292bdbcd86c4f850f252558dcc06ad Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 29 Jan 2024 11:53:26 +0100 Subject: [PATCH 3/4] Add Ktor-Simple-Cache library --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11450ccc..4f55ba43 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ ![badge][badge-jvm] ![badge][badge-linux] +* [ktor-simple-cache](https://github.com/Scogun/ktor-simple-cache) - Easy-to-use lightweight library which adds configurable output cache support to [Ktor](https://github.com/ktorio/ktor), including [Memory](https://github.com/Scogun/ktor-simple-cache/tree/main/ktor-simple-memory-cache) and [Redis](https://github.com/Scogun/ktor-simple-cache/tree/main/ktor-simple-redis-cache) providers. +![badge][badge-android] +![badge][badge-jvm] + #### GraphQL * [apollo](https://www.apollographql.com/docs/android/essentials/get-started-multiplatform/) - Multiplatform official GraphQL client. From 8079334c5e05e2333859452e6f115ad14f8279bc Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 13 Feb 2024 21:12:48 +0100 Subject: [PATCH 4/4] Make Ktor-Simple-Cache real multiplatform --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f55ba43..9e86e6b5 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,9 @@ ![badge][badge-linux] * [ktor-simple-cache](https://github.com/Scogun/ktor-simple-cache) - Easy-to-use lightweight library which adds configurable output cache support to [Ktor](https://github.com/ktorio/ktor), including [Memory](https://github.com/Scogun/ktor-simple-cache/tree/main/ktor-simple-memory-cache) and [Redis](https://github.com/Scogun/ktor-simple-cache/tree/main/ktor-simple-redis-cache) providers. -![badge][badge-android] ![badge][badge-jvm] +![badge][badge-linux] +![badge][badge-mac] #### GraphQL