From ca9ddb262517b4d82f3f8a6109e85dadcc2f48c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:53:04 +0000 Subject: [PATCH] Update plugin kotlin 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 e480f36..f975112 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,4 +21,4 @@ junit = ["junit-jupiter", "junit-launcher", "junit-engine"] artifactPublisher = { id = "com.likethesalad.artifact-publisher", version = "3.5.0" } android-application = { id = "com.android.application", version.ref = "android" } wire = { id = "com.squareup.wire", version = "6.4.7" } -kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.4.10" } +kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.4.20" }