From b85715d56b3d966482f9c48bfe64bc17a1fd323c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 04:00:54 +0000 Subject: [PATCH] Update lint to v32 --- 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 2580c67a..1ad4add7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ constraintlayout = "2.2.1" kotest = "5.9.1" testCore = "1.7.0" -lint = "31.13.2" +lint = "32.2.1" ktfmt = "0.26.0" vanniktech-publish = "0.36.0"