Skip to content

Commit

Permalink
update Kotlin to 1.9.21 and KSP to 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 19, 2023
1 parent 0510aa6 commit 70af4ad
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 187 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id("com.android.application") version "8.1.4" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
id("androidx.navigation.safeargs") version "2.6.0" apply false
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.16" apply false
}

allprojects {
Expand Down
Loading

0 comments on commit 70af4ad

Please sign in to comment.