File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ PPrint for Kotlin is available in both JVM and Kotlin Multiplatform flavors. The
10
10
Add the following to your build.gradle.kts:
11
11
12
12
``` kotlin
13
- implementation(" io.exoquery:pprint-kotlin:2.0.0 " )
13
+ implementation(" io.exoquery:pprint-kotlin:2.0.2 " )
14
14
15
15
// For Kotlin Multiplatform add serialization to your plugins:
16
16
// plugins {
17
17
// kotlin("plugin.serialization") version "1.9.22"
18
18
// }
19
19
// Then add the following to your dependencies
20
- // implementation("io.exoquery:pprint-kotlin-kmp:2.0.0 ")
20
+ // implementation("io.exoquery:pprint-kotlin-kmp:2.0.2 ")
21
21
// implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
22
22
```
23
23
@@ -323,7 +323,7 @@ kotlin {
323
323
sourceSets {
324
324
commonMain {
325
325
dependencies {
326
- implementation(" io.exoquery:pprint-kotlin-kmp:1.2 .2" )
326
+ implementation(" io.exoquery:pprint-kotlin-kmp:2.0 .2" )
327
327
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2" )
328
328
}
329
329
}
You can’t perform that action at this time.
0 commit comments