Skip to content

Commit 229bd7c

Browse files
committed
update Kotlin to 2.2.21 and KSP to 2.3.2
1 parent a30fdad commit 229bd7c

File tree

2 files changed

+214
-261
lines changed

2 files changed

+214
-261
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id("com.android.application") version "8.13.0" apply false
3-
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
3+
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
44
id("androidx.navigation.safeargs") version "2.9.3" apply false
5-
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
5+
id("com.google.devtools.ksp") version "2.3.2" apply false
66
}
77

88
allprojects {

0 commit comments

Comments
 (0)