Skip to content

Instantly share code, notes, and snippets.

@raulh82vlc
Last active June 8, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raulh82vlc/56fb482dde65873f0d4bf71ab0caf3a6 to your computer and use it in GitHub Desktop.
Save raulh82vlc/56fb482dde65873f0d4bf71ab0caf3a6 to your computer and use it in GitHub Desktop.
Coroutines dependencies to run Kotlin Flow or Coroutines in general
coroutines_android_version = '1.3.2'
// Coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_android_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_android_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment