From 9f72756271ae790142f2cb2d274c4cb799fd8063 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Sun, 7 Apr 2024 17:01:30 +0530 Subject: [PATCH] add Kotlin-Multiplatform-AppDirs --- README.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.MD b/README.MD index 9a41767..1433d2b 100644 --- a/README.MD +++ b/README.MD @@ -248,6 +248,11 @@ It reduces time spent writing and maintaining the same code for different platfo [![Maven Central](https://img.shields.io/maven-central/v/dev.kotbase/couchbase-lite)](https://central.sonatype.com/namespace/dev.kotbase) > Kotlin Multiplatform library for Couchbase Lite—a lightweight, embedded, NoSQL JSON document database—supporting SQL++, key/value, and full-text search queries; observability; binary attachments; and data sync. +[Kotlin Multiplatform AppDirs](https://github.com/syer10/Kotlin-Multiplatform-AppDirs) - User storage/settings/config directories for all platforms (desktop and Android) +[![GitHub Repo stars](https://img.shields.io/github/stars/syer10/Kotlin-Multiplatform-AppDirs?style=flat)](https://github.com/syer10/Kotlin-Multiplatform-AppDirs) +[![Maven Central](https://img.shields.io/maven-central/v/ca.gosyer/kotlin-multiplatform-appdirs)](https://central.sonatype.com/namespace/ca.gosyer) +> Get app data directory in all desktops (Linux/Mac/Windows) as well as user-scoped data directory on Android + [Store 5](https://github.com/MobileNativeFoundation/Store) - Kotlin Library for Async Data Loading and Caching [![GitHub Repo stars](https://img.shields.io/github/stars/MobileNativeFoundation/Store?style=flat)](https://github.com/MobileNativeFoundation/Store) [![Maven Central](https://img.shields.io/maven-central/v/org.mobilenativefoundation.store/store5)](https://central.sonatype.com/artifact/org.mobilenativefoundation.store/store5)