We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f150f0 commit 8c7c304Copy full SHA for 8c7c304
app/build.gradle
@@ -59,7 +59,7 @@ dependencies {
59
// optional - Kotlin Extensions and Coroutines support for Room
60
implementation "androidx.room:room-ktx:$room_version"
61
62
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.0'
63
implementation 'androidx.core:core-ktx:1.15.0'
64
implementation 'androidx.appcompat:appcompat:1.7.0'
65
implementation 'com.google.android.material:material:1.12.0'
0 commit comments