Skip to content

Commit

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

```kotlin
kotlin {
jvmToolchain(11) // if this version is any less the library will not load
}

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

// For Kotlin Multiplatform add serialization to your plugins:
Expand Down

0 comments on commit 5a65a0b

Please sign in to comment.