Skip to content

Instantly share code, notes, and snippets.

@iambaljeet
Created January 24, 2020 12:40
Show Gist options
  • Save iambaljeet/95900d4e269d1b28d7c3ce06cda2dea9 to your computer and use it in GitHub Desktop.
Save iambaljeet/95900d4e269d1b28d7c3ce06cda2dea9 to your computer and use it in GitHub Desktop.
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
implementation 'com.squareup.okhttp3:logging-interceptor:4.1.1'
// Kotlin Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.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