Skip to content

Commit

Permalink
update Kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 25, 2023
1 parent 70af4ad commit f2d1b25
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 190 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.21" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("androidx.navigation.safeargs") version "2.6.0" apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
}

allprojects {
Expand Down
Loading

0 comments on commit f2d1b25

Please sign in to comment.