Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created October 8, 2022 13:10
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 Arunshaik2001/747e7eecd53206f65c2345f173cc5ddf to your computer and use it in GitHub Desktop.
Save Arunshaik2001/747e7eecd53206f65c2345f173cc5ddf to your computer and use it in GitHub Desktop.
//request permission
implementation "com.google.accompanist:accompanist-permissions:0.25.0"
//location
implementation 'com.google.android.gms:play-services-location:20.0.0'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.2"
implementation "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2"
// Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment