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 4, 2024
1 parent 28033b7 commit a02dd77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This is a port of Li Haoyi's excellent Scala pretty-printing library into Kotlin

## Usage

PPrint for Kotlin is available in both JVM and Kotlin Multiplatform. Add the following to your build.gradle.kts:
PPrint for Kotlin is available in both JVM and Kotlin Multiplatform flavors. The JVM flavor uses `kotlin-reflect`, the KMP flavor uses `kotlinx-serialization`.

Add the following to your build.gradle.kts:

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

0 comments on commit a02dd77

Please sign in to comment.