diff --git a/auto-instrumentation/okhttp/okhttp-3.0/testing/build.gradle.kts b/auto-instrumentation/okhttp/okhttp-3.0/testing/build.gradle.kts index acbf889d4..2ff3fae51 100644 --- a/auto-instrumentation/okhttp/okhttp-3.0/testing/build.gradle.kts +++ b/auto-instrumentation/okhttp/okhttp-3.0/testing/build.gradle.kts @@ -5,7 +5,7 @@ plugins { dependencies { byteBuddy(project(":auto-instrumentation:okhttp:okhttp-3.0:agent")) - implementation(project(":auto-instrumentation:okhttp:okhttp-3.0:library")) + implementation(project(":auto-instrumentation:okhttp:okhttp-3.0:agent")) implementation("com.squareup.okhttp3:okhttp:4.11.0") androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.11.0") }