Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Last active May 30, 2020 16:56
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 chelseatroy/58ca561a46d7df79743aa7661ccc5197 to your computer and use it in GitHub Desktop.
Save chelseatroy/58ca561a46d7df79743aa7661ccc5197 to your computer and use it in GitHub Desktop.
Networking Dependencies
android {
...
}
dependencies {
// ADD THESE
implementation 'com.squareup.retrofit2:retrofit:2.6.3'
implementation 'com.squareup.retrofit2:converter-gson:2.6.3'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment