Skip to content

Commit 1a64be1

Browse files
committed
Bump kotlin to 2.1.0
1 parent eeb04e5 commit 1a64be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
fuel_version = '2.3.1'
88
glide_version = '4.12.0'
99
hilt_version = '2.53.1'
10-
kotlin_version = '2.0.21'
10+
kotlin_version = '2.1.0'
1111
kotlinx_version = '1.9.0'
1212
lifecycle_version = '2.8.7'
1313
media3_version = '1.5.0'
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
plugins {
34-
id('com.google.devtools.ksp') version "$kotlin_version-1.0.25" apply false
34+
id('com.google.devtools.ksp') version "$kotlin_version-1.0.29" apply false
3535
id('org.jetbrains.kotlin.plugin.compose') version "$kotlin_version" apply false
3636
}
3737

0 commit comments

Comments
 (0)