Created
January 24, 2020 12:40
-
-
Save iambaljeet/95900d4e269d1b28d7c3ce06cda2dea9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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