Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus authored Feb 9, 2024
1 parent 904bd9e commit 26a4573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ PPrint for Kotlin is available in both JVM and Kotlin Multiplatform flavors. The
Add the following to your build.gradle.kts:

```kotlin
implementation("io.exoquery:pprint-kotlin:2.0.0")
implementation("io.exoquery:pprint-kotlin:2.0.2")

// For Kotlin Multiplatform add serialization to your plugins:
// plugins {
// kotlin("plugin.serialization") version "1.9.22"
// }
// Then add the following to your dependencies
// implementation("io.exoquery:pprint-kotlin-kmp:2.0.0")
// implementation("io.exoquery:pprint-kotlin-kmp:2.0.2")
// implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
```

Expand Down Expand Up @@ -323,7 +323,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.exoquery:pprint-kotlin-kmp:1.2.2")
implementation("io.exoquery:pprint-kotlin-kmp:2.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
}
}
Expand Down

0 comments on commit 26a4573

Please sign in to comment.