Skip to content

Commit 3e734dc

Browse files
chore(deps): update plugin com.google.devtools.ksp to v2.3.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ce5e21 commit 3e734dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
1515
plugins {
1616
id "org.jetbrains.kotlin.plugin.compose" version "2.2.21"
1717
id "org.jetbrains.kotlin.kapt"
18-
id 'com.google.devtools.ksp' version '2.3.0'
18+
id 'com.google.devtools.ksp' version '2.3.2'
1919
id "de.undercouch.download" version "5.6.0" // Download task and extension for retrieving files during a build
2020
}
2121

0 commit comments

Comments
 (0)