build: update deps
Forgot to update ksp.
This commit is contained in:
parent
94e2c3c3e4
commit
f4518eb70f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ plugins {
|
||||||
id "com.android.application" version '8.1.2' apply false
|
id "com.android.application" version '8.1.2' apply false
|
||||||
id "androidx.navigation.safeargs.kotlin" version "$navigation_version" apply false
|
id "androidx.navigation.safeargs.kotlin" version "$navigation_version" apply false
|
||||||
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
|
id "org.jetbrains.kotlin.android" version "$kotlin_version" apply false
|
||||||
id "com.google.devtools.ksp" version '1.9.0-1.0.12' apply false
|
id "com.google.devtools.ksp" version '1.9.10-1.0.13' apply false
|
||||||
id "com.diffplug.spotless" version "6.20.0" apply false
|
id "com.diffplug.spotless" version "6.20.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue