File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ built with [Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
6
6
### Installation
7
7
8
8
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.
10
10
11
11
``` kotlin
12
12
repositories {
13
13
mavenCentral()
14
14
}
15
15
16
16
dependencies {
17
- implementation(" io.sunland:kotlin-antd:VERSION " )
17
+ implementation(" io.sunland:kotlin-antd:4.8.6-pre.16-kotlin-1.6.10 " )
18
18
}
19
19
```
20
20
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ built with [Kotlin/JS](https://kotlinlang.org/docs/reference/js-overview.html).
6
6
### Installation
7
7
8
8
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.
10
10
11
11
``` kotlin
12
12
repositories {
13
13
mavenCentral()
14
14
}
15
15
16
16
dependencies {
17
- implementation(" io.sunland:kotlin-moment:VERSION " )
17
+ implementation(" io.sunland:kotlin-moment:2.29.1-pre.15-kotlin-1.6.10 " )
18
18
}
19
19
```
20
20
You can’t perform that action at this time.
0 commit comments