Skip to content

Commit ef9907a

Browse files
authored
Fix build process notes in README (#129)
`com.doist.x:normalize` is the library that provides Unicode normalization.
1 parent cd35271 commit ef9907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ The update to Kotlin 1.9.22 came with an issue for JS incremental compilation.
391391
In case you see an error about main function that already bind please execute `clean` task.
392392

393393
When you build project for **linux** target you might get an error about missing native library.
394-
This is because `de.cketti.unicode:kotlin-codepoints` requires this library to perform string normalization.
394+
This is because `com.doist.x:normalize` requires this library to perform string normalization.
395395
This is needed to support `idn-hostname` format. Install this library with the following command:
396396

397397
```bash

0 commit comments

Comments
 (0)