Skip to content

Commit

Permalink
update Kotlin to 2.1.0 and KSP to 1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 3, 2024
1 parent ef3e29b commit daaeb71
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 188 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.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("androidx.navigation.safeargs") version "2.8.3" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
}

allprojects {
Expand Down
Loading

0 comments on commit daaeb71

Please sign in to comment.