Skip to content

Commit 8d8db0a

Browse files
authored
Merge branch 'master' into jsmints
2 parents a5e664e + ed8fd21 commit 8d8db0a

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

README.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@
116116
![badge][badge-android]
117117
![badge][badge-ios]
118118

119+
* [Highlights](https://github.com/SnipMeDev/Highlights) - Kotlin Multiplatform syntax highlighting engine.
120+
![badge][badge-android]
121+
![badge][badge-ios]
122+
![badge][badge-js]
123+
![badge][badge-jvm]
124+
![badge][badge-linux]
125+
![badge][badge-windows]
126+
![badge][badge-mac]
127+
![badge][badge-js-ir]
128+
119129
#### Authentication
120130

121131
* [cognito-idp](https://github.com/Liftric/cognito-idp) - Lightweight AWS Cognito Identity Provider client for Kotlin Multiplatform projects.
@@ -270,6 +280,10 @@
270280
![badge][badge-tvos]
271281
![badge][badge-watchos]
272282

283+
* [Couchbaselite](https://github.com/MyUNiDAYS/couchbaselite-kotlin-sdk) - Kotlin Multiplatform wrapper for the Couchbase Lite Mobile Database.
284+
![badge][badge-android]
285+
![badge][badge-ios]
286+
273287
#### KVS
274288

275289
* [multiplatform-settings](https://github.com/russhwolf/multiplatform-settings) - A Kotlin Multiplatform library for saving simple key-value data.
@@ -312,6 +326,11 @@
312326
![badge][badge-watchos]
313327
![badge][badge-windows]
314328

329+
* [Universal-Cache](https://github.com/andrew0000/universal-cache) - Kotlin Flow caching and request sharing. Main idea: don't request data more times than it's needed.
330+
![badge][badge-android]
331+
![badge][badge-jvm]
332+
![badge][badge-ios]
333+
315334
#### FILE
316335

317336
* [okio](https://github.com/square/okio) - A modern I/O library for Android, Java, and Kotlin Multiplatform.
@@ -599,6 +618,14 @@
599618
![badge][badge-mac]
600619
![badge][badge-windows]
601620

621+
* [Kronos Multiplatform](https://github.com/softartdev/Kronos-Multiplatform) - Network Time Protocol (NTP) library
622+
![badge][badge-android]
623+
![badge][badge-ios]
624+
![badge][badge-jvm]
625+
![badge][badge-mac]
626+
![badge][badge-linux]
627+
![badge][badge-windows]
628+
602629
#### Semantic Versioning
603630

604631
* [SemVer-KMP](https://github.com/QazCetelic/SemVer-KMP) - A Kotlin library for Semantic Versioning with ranges and other features.
@@ -983,6 +1010,21 @@
9831010
![badge][badge-js-ir]
9841011
![badge][badge-apple-silicon]
9851012

1013+
#### Metadata
1014+
1015+
* [XMP Core for Kotlin Multiplatform](https://github.com/Ashampoo/xmpcore) - Kotlin Multiplatform port of Adobe's XMP SDK.
1016+
![badge][badge-android]
1017+
![badge][badge-jvm]
1018+
![badge][badge-ios]
1019+
![badge][badge-mac]
1020+
1021+
#### Parsing
1022+
1023+
* [RSS-Parser](https://github.com/prof18/RSS-Parser) - A Kotlin Multiplatform library to parse a RSS Feed
1024+
![badge][badge-android]
1025+
![badge][badge-jvm]
1026+
![badge][badge-ios]
1027+
9861028
### Debug
9871029

9881030
#### Logging
@@ -1128,8 +1170,19 @@
11281170
![badge][badge-windows]
11291171
![badge][badge-linux]
11301172

1173+
1174+
1175+
* [testmints](https://github.com/robertfmurdock/testmints) - Lightweight test semantic-sugar, to improve readability.
1176+
![badge][badge-jvm]
1177+
![badge][badge-js]
1178+
![badge][badge-android]
1179+
![badge][badge-ios]
1180+
![badge][badge-mac]
1181+
![badge][badge-windows]
1182+
![badge][badge-linux]
1183+
11311184
* [jsmints](https://github.com/robertfmurdock/jsmints) - A suite of libraries and gradle plugins for working with Kotlin JS, with a focus on testing and version updating.
1132-
![badge][badge-js]
1185+
![badge][badge-js]
11331186

11341187
### Annotation Processor
11351188

@@ -1199,6 +1252,24 @@
11991252
![badge][badge-jvm]
12001253
![badge][badge-js]
12011254

1255+
* [Material Theme Preferences](https://github.com/softartdev/MaterialThemePrefs) - Switching Dark/Light Material themes on Compose
1256+
![badge][badge-android]
1257+
![badge][badge-ios]
1258+
![badge][badge-jvm]
1259+
![badge][badge-mac]
1260+
![badge][badge-linux]
1261+
![badge][badge-windows]
1262+
1263+
* [DrawBox](https://github.com/MarkYav/DrawBox) - The first multiplatform library to draw anything on canvas.
1264+
![badge][badge-android]
1265+
![badge][badge-jvm]
1266+
![badge][badge-linux]
1267+
![badge][badge-windows]
1268+
1269+
* [typist-cmp](https://github.com/zeeshanali-k/typist-cmp) - A Highly Customisable Typing Animation Library for Compose Multiplatform (Android & iOS)
1270+
![badge][badge-android]
1271+
![badge][badge-ios]
1272+
12021273
### Command Line Interface
12031274

12041275
* [Clikt](https://github.com/ajalt/clikt) - Multiplatform command line interface parsing for Kotlin

0 commit comments

Comments
 (0)