From c81f3b50007c0b48d03a869cd462169c3535d7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:05:02 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 2.3.4 to 2.3.5 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.4...2.3.5) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 29a9fb2..d11ef03 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.android.application) apply false - id("com.google.devtools.ksp") version "2.3.4" apply false + id("com.google.devtools.ksp") version "2.3.6" apply false } \ No newline at end of file