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 33This repository hosts a number of Kotlin JS wrappers for popular JavaScript libraries.
44
55To 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
1717the 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
2124If 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 {
2323You can view the [ samples] ( https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples ) that follows
2424Ant Design [ demo] ( https://github.com/ant-design/ant-design/tree/master/components ) of each component to know
2525how 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 {
2222
2323You can view the [ samples] ( https://github.com/sunlandx/kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples ) to know
2424how 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