From 2c0948d8e9988b9643e1274b7656258977768ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:35:31 +0000 Subject: [PATCH] Update plugin kotlin to v2.3.10 --- 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 c4c6ab2..57f30c2 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.0" } +kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.3.10" }