Skip to content

Instantly share code, notes, and snippets.

@shikto1
Created May 28, 2020 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikto1/3394b1d267fad4e181946e806d712010 to your computer and use it in GitHub Desktop.
Save shikto1/3394b1d267fad4e181946e806d712010 to your computer and use it in GitHub Desktop.
val retrofit = new retrofit2.Retrofit.Builder()
.baseUrl(BASE_URL)
.addConverterFactory(GsonConverterFactory.create())
.client(okHttpClient)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment