Skip to content

Commit

Permalink
Merge pull request #111 from livefront/av/update-readme-version
Browse files Browse the repository at this point in the history
Update README to match current version
  • Loading branch information
alexvanyo authored Aug 8, 2022
2 parents 9cbe9ea + 5f209b8 commit 9002878
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,25 +358,25 @@ repositories {
}

dependencies {
implementation("com.github.livefront.sealed-enum:runtime:0.4.0")
kapt("com.github.livefront.sealed-enum:processor:0.4.0")
implementation("com.github.livefront.sealed-enum:runtime:0.5.0")
kapt("com.github.livefront.sealed-enum:processor:0.5.0")
}
```

#### Via `ksp`

```kotlin
plugins {
id("com.google.devtools.ksp") version "1.5.30-1.0.0-beta09"
id("com.google.devtools.ksp") version "1.7.0-1.0.6"
}

repositories {
maven(url = "https://jitpack.io")
}

dependencies {
implementation("com.github.livefront.sealed-enum:runtime:0.4.0")
ksp("com.github.livefront.sealed-enum:ksp:0.4.0")
implementation("com.github.livefront.sealed-enum:runtime:0.5.0")
ksp("com.github.livefront.sealed-enum:ksp:0.5.0")
}
```

Expand Down

0 comments on commit 9002878

Please sign in to comment.