Skip to content

Commit f3361f8

Browse files
chore: Update Kotlin version (#174)
Signed-off-by: starry-shivam <[email protected]>
1 parent 8b8b6ba commit f3361f8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlin_version = '2.1.20'
3+
kotlin_version = '2.1.21'
44
gradle_version = '8.10.1'
55
hilt_version = '2.56.2'
66
room_version = '2.7.2'
@@ -23,6 +23,6 @@ plugins {
2323
id 'com.android.library' version "$gradle_version" apply false
2424
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
2525
id 'org.jetbrains.kotlin.plugin.compose' version "$kotlin_version" apply false
26-
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
26+
id 'com.google.devtools.ksp' version '2.1.21-2.0.2' apply false
2727
id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlin_version" apply false
2828
}

0 commit comments

Comments
 (0)