build.gradle.kts 225 B

12345678910
  1. plugins {
  2. id("otel.library-instrumentation")
  3. id("otel.nullaway-conventions")
  4. }
  5. dependencies {
  6. library("com.squareup.okhttp3:okhttp:3.0.0")
  7. testImplementation(project(":instrumentation:okhttp:okhttp-3.0:testing"))
  8. }