Skip to content

Instantly share code, notes, and snippets.

@LloydBlv
Created December 23, 2023 03:56
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 LloydBlv/5517412084270e878dd8d5bb90888ac3 to your computer and use it in GitHub Desktop.
Save LloydBlv/5517412084270e878dd8d5bb90888ac3 to your computer and use it in GitHub Desktop.
object OkHttpModule {
val okHttpClient = OkHttpClient.Builder()
.addInterceptor(FlipperOkhttpInterceptor(FlipperModule.networkFlipperPlugin))
.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment