upstream kotlin symbol processing (#788)

This commit is contained in:
IndusAryan 2023-12-08 02:14:12 +05:30 committed by GitHub
parent 38cc121755
commit f7bc83024a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ allprojects {
}
plugins {
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.15" apply false
}
tasks.register<Delete>("clean") {