Skip to content

Commit 4d0a658

Browse files
author
samgarasx
committed
Update kotlin wrappers (discontinued) README.md to include latest version
1 parent f08aa07 commit 4d0a658

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kotlin-antd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ built with [Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
66
### Installation
77

88
To start using `kotlin-antd` make sure you have the Maven Central repository, and the following dependencies added to
9-
the Gradle build file:
9+
the Gradle build file.
1010

1111
```kotlin
1212
repositories {
1313
mavenCentral()
1414
}
1515

1616
dependencies {
17-
implementation("io.sunland:kotlin-antd:VERSION")
17+
implementation("io.sunland:kotlin-antd:4.8.6-pre.16-kotlin-1.6.10")
1818
}
1919
```
2020

kotlin-moment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ built with [Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
66
### Installation
77

88
To start using `kotlin-moment` make sure you have the Maven Central repository, and the following dependencies added to
9-
the Gradle build file:
9+
the Gradle build file.
1010

1111
```kotlin
1212
repositories {
1313
mavenCentral()
1414
}
1515

1616
dependencies {
17-
implementation("io.sunland:kotlin-moment:VERSION")
17+
implementation("io.sunland:kotlin-moment:2.29.1-pre.15-kotlin-1.6.10")
1818
}
1919
```
2020

0 commit comments

Comments
 (0)