File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 // optional - Kotlin Extensions and Coroutines support for Room
6060 implementation " androidx.room:room-ktx:$room_version "
6161
62- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 '
62+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 '
6363 implementation ' androidx.core:core-ktx:1.15.0'
6464 implementation ' androidx.appcompat:appcompat:1.7.0'
6565 implementation ' com.google.android.material:material:1.12.0'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ buildscript {
3232
3333plugins {
3434 id ' org.jetbrains.kotlin.android' version ' 2.1.20' apply false
35- id ' com.google.devtools.ksp' version ' 2.1.20-1 .0.32 ' apply false
35+ id ' com.google.devtools.ksp' version ' 2.1.20-2 .0.0 ' apply false
3636}
3737
3838allprojects {
You can’t perform that action at this time.
0 commit comments