Skip to content

Instantly share code, notes, and snippets.

@vaimalaviya1233
Created May 8, 2024 23:29
Show Gist options
  • Save vaimalaviya1233/53234d50430090bcbed439327f04d1d4 to your computer and use it in GitHub Desktop.
Save vaimalaviya1233/53234d50430090bcbed439327f04d1d4 to your computer and use it in GitHub Desktop.
// 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