Created
May 8, 2024 23:29
-
-
Save vaimalaviya1233/53234d50430090bcbed439327f04d1d4 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
// networking dependencies | |
implementation("com.squareup.retrofit2:retrofit:2.9.0") | |
implementation("com.squareup.retrofit2:converter-gson:2.9.0") | |
implementation("com.squareup.okhttp3:okhttp:4.11.0") | |
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0") | |
implementation("io.coil-kt:coil-compose:2.4.0") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment