From 6c1d57013283e28f80b365fff062c72dad354157 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:58:46 +0000 Subject: [PATCH] Update plugin kotlin to v2.3.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 57f30c2..4cce0eb 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 = "5.5.0" } -kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.3.10" } +kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.3.20" }