Skip to content

Instantly share code, notes, and snippets.

@af2905
Last active October 22, 2023 16:58
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 af2905/e77866f4051bba5a9010f7acd44a04d9 to your computer and use it in GitHub Desktop.
Save af2905/e77866f4051bba5a9010f7acd44a04d9 to your computer and use it in GitHub Desktop.
dependencies_for_coroutines
dependencies {
...
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment