build.gradle.kts 167 B

123456789
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. implementation(project(":instrumentation-api"))
  6. testImplementation(project(":testing-common"))
  7. }