Browse Source

chore(deps): update plugin com.google.devtools.ksp to v2.0.21-1.0.27

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 6 months ago
parent
commit
e2d1d2ee8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
 plugins {
     id "org.jetbrains.kotlin.plugin.compose" version "2.0.21"
     id "org.jetbrains.kotlin.kapt"
-    id 'com.google.devtools.ksp' version '2.0.21-1.0.26'
+    id 'com.google.devtools.ksp' version '2.0.21-1.0.27'
 }
 
 apply plugin: 'com.android.application'