File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.9.10 "
2
+ kotlin = " 1.9.23 "
3
3
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
4
4
compose-compiler = " 1.5.3"
5
5
room = " 2.6.0"
@@ -9,7 +9,7 @@ lifecycle = "2.6.2"
9
9
hilt = " 2.48.1"
10
10
11
11
[plugins ]
12
- ksp = " com.google.devtools.ksp:1.9.10 -1.0.13 "
12
+ ksp = " com.google.devtools.ksp:1.9.22 -1.0.18 "
13
13
gradle-doctor = " com.osacky.doctor:0.8.1"
14
14
gradle-buildtimetracker = " com.asarkar.gradle.build-time-tracker:4.3.0"
15
15
gradle-cachefix = " org.gradle.android.cache-fix:2.8.1"
@@ -21,9 +21,9 @@ gradle-android-plugin = "com.android.tools.build:gradle:8.1.2"
21
21
22
22
kotlin-gradle = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
23
23
kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" , version.ref = " kotlin" }
24
- kotlin-coroutines-core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 "
25
- kotlin-coroutines-test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 "
26
- kotlin-immutable = " org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6 "
24
+ kotlin-coroutines-core = " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 "
25
+ kotlin-coroutines-test = " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 "
26
+ kotlin-immutable = " org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7 "
27
27
28
28
javax-inject = " javax.inject:javax.inject:1"
29
29
hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " hilt" }
You can’t perform that action at this time.
0 commit comments