Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Created May 30, 2021 21:28
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 martinbonnin/041abc77a9b19b5ae6be34bf1f9877a3 to your computer and use it in GitHub Desktop.
Save martinbonnin/041abc77a9b19b5ae6be34bf1f9877a3 to your computer and use it in GitHub Desktop.
// build.gradle.kts
repositories {
mavenCentral()
}
dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.0")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment