From 5a65a0b4cb1e8cbad8720602228bac5520378b6c Mon Sep 17 00:00:00 2001 From: Alexander Ioffe Date: Tue, 31 Dec 2024 01:24:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 715d5a5..c1dd99e 100644 --- a/README.md +++ b/README.md @@ -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: