build.gradle.kts 261 B

12345678910
  1. plugins {
  2. id("otel.library-instrumentation")
  3. }
  4. dependencies {
  5. library("io.reactivex.rxjava3:rxjava:3.0.12")
  6. implementation(project(":instrumentation-api-annotation-support"))
  7. testImplementation(project(":instrumentation:rxjava:rxjava-3.0:testing"))
  8. }