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 9b994b8 commit ad40a7aCopy full SHA for ad40a7a
android/app/build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
59
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
60
61
- def coroutines_version = '1.3.2'
+ def coroutines_version = '1.10.2'
62
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
63
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
64
}
0 commit comments