We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce5e21 + 3e734dc commit e8d1b25Copy full SHA for e8d1b25
app/build.gradle
@@ -15,7 +15,7 @@ import com.github.spotbugs.snom.SpotBugsTask
15
plugins {
16
id "org.jetbrains.kotlin.plugin.compose" version "2.2.21"
17
id "org.jetbrains.kotlin.kapt"
18
- id 'com.google.devtools.ksp' version '2.3.0'
+ id 'com.google.devtools.ksp' version '2.3.2'
19
id "de.undercouch.download" version "5.6.0" // Download task and extension for retrieving files during a build
20
}
21
0 commit comments