Skip to content

Commit

Permalink
update Kotlin to 2.0.20 and KSP to 1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 7, 2024
1 parent abbaa85 commit a3541be
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 203 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.6.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.10" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
id("androidx.navigation.safeargs") version "2.7.7" apply false
id("com.google.devtools.ksp") version "2.0.10-1.0.24" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.25" apply false
}

allprojects {
Expand Down
Loading

0 comments on commit a3541be

Please sign in to comment.