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 cd35271 commit ef9907aCopy full SHA for ef9907a
README.md
@@ -391,7 +391,7 @@ The update to Kotlin 1.9.22 came with an issue for JS incremental compilation.
391
In case you see an error about main function that already bind please execute `clean` task.
392
393
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.
+This is because `com.doist.x:normalize` requires this library to perform string normalization.
395
This is needed to support `idn-hostname` format. Install this library with the following command:
396
397
```bash
0 commit comments