Last active
May 30, 2020 16:56
-
-
Save chelseatroy/58ca561a46d7df79743aa7661ccc5197 to your computer and use it in GitHub Desktop.
Networking Dependencies
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
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