We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb04e5 commit 1a64be1Copy full SHA for 1a64be1
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
fuel_version = '2.3.1'
8
glide_version = '4.12.0'
9
hilt_version = '2.53.1'
10
- kotlin_version = '2.0.21'
+ kotlin_version = '2.1.0'
11
kotlinx_version = '1.9.0'
12
lifecycle_version = '2.8.7'
13
media3_version = '1.5.0'
@@ -31,7 +31,7 @@ buildscript {
31
}
32
33
plugins {
34
- id('com.google.devtools.ksp') version "$kotlin_version-1.0.25" apply false
+ id('com.google.devtools.ksp') version "$kotlin_version-1.0.29" apply false
35
id('org.jetbrains.kotlin.plugin.compose') version "$kotlin_version" apply false
36
37
0 commit comments