Skip to content

Instantly share code, notes, and snippets.

@oussama-dz
Created May 30, 2023 18:15
Show Gist options
  • Save oussama-dz/300031118ecab6897b0a6ea653fde9dc to your computer and use it in GitHub Desktop.
Save oussama-dz/300031118ecab6897b0a6ea653fde9dc to your computer and use it in GitHub Desktop.
Needed dependencies to get the current user location using kotlin coroutines in android.
implementation 'com.google.android.gms:play-services-location:21.0.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment