Skip to content

Instantly share code, notes, and snippets.

@FareesHussain
Last active September 27, 2020 20:57
Show Gist options
  • Save FareesHussain/dec8a82166994b4119c5be49fafc1b50 to your computer and use it in GitHub Desktop.
Save FareesHussain/dec8a82166994b4119c5be49fafc1b50 to your computer and use it in GitHub Desktop.
Coroutines dependencies
// ------> to use basic implementations <------
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5'
// ------> used for Lifecycle Scopes <------
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0"
// ------> used for Firebase-ktx <------
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.1.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment