mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
upstream kotlin symbol processing (#788)
This commit is contained in:
parent
38cc121755
commit
f7bc83024a
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue