Skip to content

Commit f1b0ea7

Browse files
author
samgarasx
committed
Update README.md
1 parent 56e5550 commit f1b0ea7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This repository hosts a number of Kotlin JS wrappers for popular JavaScript libraries.
44

55
To learn more please refer to the README's of individual modules:
6-
* [kotlin-antd](kotlin-antd/README.md)
7-
* [kotlin-moment](kotlin-moment/README.md)
6+
* [kotlin-antd](kotlin-antd/README.md) (Discontinued)
7+
* [kotlin-moment](kotlin-moment/README.md) (Discontinued)
88
* [kotlin-react-intl](kotlin-react-intl/README.md)
99
* [kotlin-react-responsive](kotlin-react-responsive/README.md)
1010
* [kotlin-uikit](kotlin-uikit/README.md)
@@ -16,6 +16,9 @@ Artifacts using Maven and Gradle are published to Maven Central.
1616
**Important:** versions starting from the Kotlin `v1.5.21` are being published with the new group ID `io.sunland`, since
1717
the repository has been transferred from [samgarasx](https://github.com/samgarasx) GitHub.
1818

19+
Also see official [JetBrains Kotlin Wrappers](https://github.com/JetBrains/kotlin-wrappers), they are including
20+
more and more wrappers in their list.
21+
1922
### Contributing
2023

2124
If you are interested to help in this project, please see the open [issues](https://github.com/sunlandx/kotlin-js-wrappers/issues)

kotlin-antd/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ dependencies {
2323
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples) that follows
2424
Ant Design [demo](https://github.com/ant-design/ant-design/tree/master/components) of each component to know
2525
how to use this library.
26+
27+
### (Discontinued)
28+
29+
It takes so much time to be up-to-date with the latest version of Ant Design since it is being maintained
30+
by hand instead of being auto-generated.

kotlin-moment/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ dependencies {
2222

2323
You can view the [samples](https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples) to know
2424
how to use this library.
25+
26+
### (Discontinued)
27+
28+
Moment.js is already legacy, and it should not be used.

0 commit comments

Comments
 (0)