Skip to content

Commit a8bb921

Browse files
committed
Update kotlin to 2.0.0
1 parent 4d44925 commit a8bb921

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
2020

2121
Compose Rich Editor is available on `mavenCentral()`.
2222

23+
### K1
24+
2325
```kotlin
2426
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
2527
```
2628

29+
### K2
30+
31+
```kotlin
32+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
33+
```
34+
2735
## Quick Start
2836

2937
#### RichTextState

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.mohamedrejeb.richeditor"
7-
version = System.getenv("VERSION") ?: "1.0.0-rc05"
7+
version = System.getenv("VERSION") ?: "1.0.0-rc05-k2"
88
}
99

1010
nexusPublishing {

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
1818

1919
Compose Rich Editor is available on `mavenCentral()`.
2020

21+
### K1
22+
2123
```kotlin
2224
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
2325
```
2426

27+
### K2
28+
29+
```kotlin
30+
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
31+
```
32+
2533
## Quick Start
2634

2735
#### RichTextState

0 commit comments

Comments
 (0)