Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bipinvaylu/awesome-kotlin-native
A curated list of Kotlin Multiplatform libraries & resources.
https://github.com/bipinvaylu/awesome-kotlin-native
List: awesome-kotlin-native
Last synced: 19 days ago
JSON representation
A curated list of Kotlin Multiplatform libraries & resources.
- Host: GitHub
- URL: https://github.com/bipinvaylu/awesome-kotlin-native
- Owner: bipinvaylu
- Archived: true
- Created: 2019-07-10T11:11:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T12:21:59.000Z (over 5 years ago)
- Last Synced: 2024-05-18T19:47:37.490Z (6 months ago)
- Homepage:
- Size: 88.9 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
- fucking-awesome-awesomeness - Kotlin/Native
- fucking-lists - awesome-kotlin-native
- awesomelist - awesome-kotlin-native
- more-awesome - Kotlin/Native - Kotlin Multiplatform libraries & resources. (Programming Languages)
- collection - awesome-kotlin-native
- lists - awesome-kotlin-native
- awesome-awesomeness - Kotlin/Native
README
# Kotlin-Native-Awesome
This repository is archived and we are moved to new repository which will have all the [Awesomeness of Kotlin Multiplatform](https://github.com/bipinvaylu/awesome-kotlin-multiplatform), Which means Native + JVM + JS.
A curated list of Kotlin/Native and Multiplatform [libraries](#libraries) & [resouces](#resouces) that support full stack: Mobile(Android/iOS), Web(JavaScript), Backend and Desktop.
# Contents
* [Libraries](#libraries)
* [Resources](#resources)
* [Contributing](#contributing)## Libraries
|Name and Description|Supported Platforms|
|:-|:-|
|[Kotlinx Coroutines](https://github.com/Kotlin/kotlinx.coroutines) - Library support for Kotlin coroutines with multiplatform support.|Java, Android, Android NDK, JS, iOS, macOS, Linux, Windows|
|[Kotlinx Serialization](https://github.com/Kotlin/kotlinx.serialization) - Kotlin serialization consists of a compiler plugin, which automatically produces visitor code for classes, and runtime library, which uses generated code to serialize objects without reflection.|Java, Android, Android NDK, JS, iOS, macOS, Linux, Windows|
|[Ktor](https://github.com/ktorio/ktor) - Framework for quickly creating web applications in Kotlin with minimal effort. Starting with 0.9.4, Ktor HTTP Client supports [several platforms](https://ktor.io/clients/http-client/multiplatform.html), using the multiplatform support.|Java, Android, JS, iOS, macOS|
|[Multiplatform Settings](https://github.com/russhwolf/multiplatform-settings) - Library for Multiplatform mobile apps, so that common code can persist key-value data. It stores things using SharedPreferences on Android and NSUserDefaults on iOS.|Android, iOS, macOS|
|[SQLiter](https://github.com/touchlab/SQLiter) - SQLiter is a SQLite driver for Kotlin Multiplatform, with the intended targets of JVM/Android and all flavors of Native that support the sqlite3 c libraries.|Android, iOS, macOS|
|[LocoLaser](https://github.com/PocketByte/locolaser-kotlin-mpp-example) - Localization tool that able to generate Strings Repository class with common interface for both mobile platforms: Android and iOS.|Android, iOS, macOS|
|[suparnatural-threading](https://github.com/suparngp/kotlin-multiplatform-projects/tree/master/threading-core) - Convenient APIs for multi-platform multithreading on `iOS` and `Android`.|Android, iOS|
|[suparnatural-fs](https://github.com/suparngp/kotlin-multiplatform-projects/tree/master/fs-core) - Kotlin Multi Platform File System access library for `iOS` and `Android`.|Android, iOS|
|[suparnatural-cache](https://github.com/suparngp/kotlin-multiplatform-projects/tree/master/cache-core) - A superfast, thread safe in-memory cache with configurable hashing schemes backed by persistent stores with blocking/non-blocking I/O.|Android, iOS|## Resources
- Kotlin-Native learning resouces## Contributing
Your contributions are always welcome! [Please read the contribution guidelines](https://github.com/bipinvaylu/awesome-kotlin-native/blob/master/contributing.md#contribution-guidelines) first.