From 4ea85befaf5c4473c3c559b9c57e788345e3b246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 18:47:01 +0000 Subject: [PATCH] chore(deps): update org.jetbrains.kotlin.multiplatform to v2.4.20 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d7a7aa2..fa8fe27 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.4.10" +kotlin = "2.4.20" # zstd-jni is a jvmTest-only ORACLE — NOT a runtime dependency. The interop tests # cross-check that kzstd's pure-Kotlin frames are decodable by real libzstd (and # that kzstd decodes real libzstd frames): the both-directions interop gate.