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 a2b3301 commit a1c0fbdCopy full SHA for a1c0fbd
app/build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
122
// kotlinx-coroutines-android depends on kotlin-stdlib-jdk8
123
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
124
- def kotlinx_coroutines_version = '1.8.1'
+ def kotlinx_coroutines_version = '1.9.0'
125
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version"
126
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
127
0 commit comments