Skip to content

Instantly share code, notes, and snippets.

@bapspatil
Created September 7, 2018 05:45
Show Gist options
  • Save bapspatil/b846b50e07d0bd169051b01aba97ad5f to your computer and use it in GitHub Desktop.
Save bapspatil/b846b50e07d0bd169051b01aba97ad5f to your computer and use it in GitHub Desktop.
Retrofit instance without caching
val retrofit = Retrofit.Builder()
.baseUrl(BASE_URL)
.addConverterFactory(GsonConverterFactory.create())
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment