Skip to content

Instantly share code, notes, and snippets.

@bolaware
Last active June 17, 2019 22:42
Show Gist options
  • Save bolaware/bc0da94a3e4c80cbca4b8afc709d0b6a to your computer and use it in GitHub Desktop.
Save bolaware/bc0da94a3e4c80cbca4b8afc709d0b6a to your computer and use it in GitHub Desktop.
implement retrofit
//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.6.0'
//kotlin-coroutine
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-M1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment