We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d27745 commit 9c38fc9Copy full SHA for 9c38fc9
README.md
@@ -5,6 +5,14 @@ Kotlin Multiplatform (KMP) library that adds basic support for Unicode code poin
5
**Note:** This library is a side project and work in progress. When evaluating whether to use this in production, please
6
consider this project unmaintained. That being said, contributions are welcome. But don't expect fast responses.
7
8
+## Installation
9
+kotlin-codepoints is distributed through Maven Central.
10
+
11
+```kotlin
12
+dependencies {
13
+ implementation("de.cketti.unicode:kotlin-codepoints:0.1.0")
14
+}
15
+```
16
17
## Features
18
0 commit comments