From 9c6e88034f4788045b72bb3af59f5ee8ee3fad3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:12:51 +0000 Subject: [PATCH] chore(deps): update plugin com.google.devtools.ksp to v2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50079d20f..3882ede5b 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ buildscript { plugins { id "org.jetbrains.kotlin.jvm" version "$kotlin_version" apply false - id "com.google.devtools.ksp" version "1.9.24-1.0.20" apply false + id "com.google.devtools.ksp" version "2.0.0-1.0.22" apply false id "org.jetbrains.kotlin.plugin.compose" version "$kotlin_version" apply false }