Skip to content

Instantly share code, notes, and snippets.

@oyeraghib
Last active July 15, 2022 15:46
Show Gist options
  • Save oyeraghib/1e6ed602ea912f3862d423ddf6a8c7f3 to your computer and use it in GitHub Desktop.
Save oyeraghib/1e6ed602ea912f3862d423ddf6a8c7f3 to your computer and use it in GitHub Desktop.
Retrofit Moshi for Kotlin Android
plugins {
id 'kotlin-kapt'
}
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation "com.squareup.retrofit2:converter-moshi:2.9.0"
implementation "com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2"
//Moshi
implementation "com.squareup.moshi:moshi:1.13.0"
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.13.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment