File tree Expand file tree Collapse file tree 8 files changed +20
-17
lines changed Expand file tree Collapse file tree 8 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ Artifacts using Maven and Gradle are published to Maven Central.
1313
1414** All packages require JDK 8 to be installed.**
1515
16+ ** Important:** versions starting from the Kotlin ` v1.5.21 ` are being published with the new group ID ` io.sunland ` , since
17+ the repository has been transferred from [ samgarasx] ( https://github.com/samgarasx ) GitHub.
18+
1619### Contributing
1720
18- If you are interested to help in this project, please see the open [ issues] ( https://github.com/samgarasx /kotlin-js-wrappers/issues )
21+ If you are interested to help in this project, please see the open [ issues] ( https://github.com/sunlandx /kotlin-js-wrappers/issues )
1922or contact to [ samgarasx@gmail.com ] ( mailto:samgarasx@gmail.com ) .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99subprojects {
10- group = " io.github.samgarasx "
10+ group = " io.sunland "
1111 version = if (! project.name.contains(" samples" )) {
1212 version(project.name)
1313 } else " 1.0-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ configure<PublishingExtension> {
2424 pom {
2525 name.set(project.name)
2626 description.set(project.description)
27- url.set(" https://github.com/samgarasx /kotlin-js-wrappers" )
27+ url.set(" https://github.com/sunlandx /kotlin-js-wrappers" )
2828
2929 licenses {
3030 license {
3131 name.set(" Apache License, Version 2.0" )
32- url.set(" https://github.com/samgarasx /kotlin-js-wrappers/blob/master/LICENSE" )
32+ url.set(" https://github.com/sunlandx /kotlin-js-wrappers/blob/master/LICENSE" )
3333 }
3434 }
3535
@@ -42,9 +42,9 @@ configure<PublishingExtension> {
4242 }
4343
4444 scm {
45- connection.set(" scm:git:git://github.com/samgarasx /kotlin-js-wrappers.git" )
46- developerConnection.set(" scm:git:git@github.com:samgarasx /kotlin-js-wrappers.git" )
47- url.set(" https://github.com/samgarasx /kotlin-js-wrappers" )
45+ connection.set(" scm:git:git://github.com/sunlandx /kotlin-js-wrappers.git" )
46+ developerConnection.set(" scm:git:git@github.com:sunlandx /kotlin-js-wrappers.git" )
47+ url.set(" https://github.com/sunlandx /kotlin-js-wrappers" )
4848 }
4949 }
5050 }
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx :kotlin-antd:VERSION" )
17+ implementation(" io.sunland :kotlin-antd:VERSION" )
1818}
1919```
2020
2121### Getting Started
2222
23- You can view the [ samples] ( https://github.com/samgarasx /kotlin-js-wrappers/tree/master/kotlin-antd/antd-samples ) that follows
23+ You 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.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx :kotlin-moment:VERSION" )
17+ implementation(" io.sunland :kotlin-moment:VERSION" )
1818}
1919```
2020
2121### Getting Started
2222
23- You can view the [ samples] ( https://github.com/samgarasx /kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples ) to know
23+ You can view the [ samples] ( https://github.com/sunlandx /kotlin-js-wrappers/tree/master/kotlin-moment/moment-samples ) to know
2424how to use this library.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx :kotlin-react-intl:VERSION" )
17+ implementation(" io.sunland :kotlin-react-intl:VERSION" )
1818}
1919```
2020
2121### Getting Started
2222
23- You can view the [ samples] ( https://github.com/samgarasx /kotlin-js-wrappers/tree/master/kotlin-react-intl/react-intl-samples ) to know
23+ You can view the [ samples] ( https://github.com/sunlandx /kotlin-js-wrappers/tree/master/kotlin-react-intl/react-intl-samples ) to know
2424how to use this library.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx :kotlin-react-responsive:VERSION" )
17+ implementation(" io.sunland :kotlin-react-responsive:VERSION" )
1818}
1919```
2020
2121### Getting Started
2222
23- You can view the [ samples] ( https://github.com/samgarasx /kotlin-js-wrappers/tree/master/kotlin-react-responsive/react-responsive-samples ) to know
23+ You can view the [ samples] ( https://github.com/sunlandx /kotlin-js-wrappers/tree/master/kotlin-react-responsive/react-responsive-samples ) to know
2424how to use this library.
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx :kotlin-uikit:VERSION" )
17+ implementation(" io.sunland :kotlin-uikit:VERSION" )
1818}
1919```
2020
2121### Getting Started
2222
23- You can view the [ samples] ( https://github.com/samgarasx /kotlin-js-wrappers/tree/master/kotlin-uikit/uikit-samples ) to know
23+ You can view the [ samples] ( https://github.com/sunlandx /kotlin-js-wrappers/tree/master/kotlin-uikit/uikit-samples ) to know
2424how to use this library.
You can’t perform that action at this time.
0 commit comments