Skip to content

Commit

Permalink
Update kotlin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed May 24, 2024
1 parent 4d44925 commit a8bb921
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f

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

### K1

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
```

### K2

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
```

## Quick Start

#### RichTextState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.mohamedrejeb.richeditor"
version = System.getenv("VERSION") ?: "1.0.0-rc05"
version = System.getenv("VERSION") ?: "1.0.0-rc05-k2"
}

nexusPublishing {
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f

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

### K1

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05")
```

### K2

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05-k2")
```

## Quick Start

#### RichTextState
Expand Down

0 comments on commit a8bb921

Please sign in to comment.