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 2319f36 commit 27ed605Copy full SHA for 27ed605
firebase-storage/ktx/ktx.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation project(':firebase-storage')
62
implementation 'androidx.annotation:annotation:1.1.0'
63
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
64
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
65
66
androidTestImplementation 'junit:junit:4.12'
67
androidTestImplementation "com.google.truth:truth:$googleTruthVersion"
0 commit comments