Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Created December 21, 2021 11:44
Show Gist options
  • Save cp-hardik-p/a70b17ed6d2d9c6e8a5d0165685167ed to your computer and use it in GitHub Desktop.
Save cp-hardik-p/a70b17ed6d2d9c6e8a5d0165685167ed to your computer and use it in GitHub Desktop.
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation "com.squareup.okhttp3:okhttp:5.0.0-alpha.2"
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
//coil
implementation "io.coil-kt:coil-compose:1.3.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment