Skip to content

Commit

Permalink
readme: add kotlinx.serialization setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Sep 12, 2022
1 parent 688139f commit 2f789b5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ Major features:

### QuickStart

Add the dependency
Add this library dependency and KotlinX.Serialization support

```kotlin
implementation("com.kiwi.navigation-compose.typed:core:<version>")
plugins {
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10"
}
dependencies {
implementation("com.kiwi.navigation-compose.typed:core:<version>")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
}
```

> **Warning**
Expand Down

0 comments on commit 2f789b5

Please sign in to comment.