File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
This repository hosts a number of Kotlin JS wrappers for popular JavaScript libraries.
4
4
5
5
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)
8
8
* [ kotlin-react-intl] ( kotlin-react-intl/README.md )
9
9
* [ kotlin-react-responsive] ( kotlin-react-responsive/README.md )
10
10
* [ kotlin-uikit] ( kotlin-uikit/README.md )
@@ -16,6 +16,9 @@ Artifacts using Maven and Gradle are published to Maven Central.
16
16
** Important:** versions starting from the Kotlin ` v1.5.21 ` are being published with the new group ID ` io.sunland ` , since
17
17
the repository has been transferred from [ samgarasx] ( https://github.com/samgarasx ) GitHub.
18
18
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
+
19
22
### Contributing
20
23
21
24
If you are interested to help in this project, please see the open [ issues] ( https://github.com/sunlandx/kotlin-js-wrappers/issues )
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ dependencies {
23
23
You can view the [ samples] ( https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples ) that follows
24
24
Ant Design [ demo] ( https://github.com/ant-design/ant-design/tree/master/components ) of each component to know
25
25
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.
Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ dependencies {
22
22
23
23
You can view the [ samples] ( https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples ) to know
24
24
how to use this library.
25
+
26
+ ### (Discontinued)
27
+
28
+ Moment.js is already legacy, and it should not be used.
You can’t perform that action at this time.
0 commit comments