We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d530d4 commit 19e68b1Copy full SHA for 19e68b1
1 file changed
instrumentation/okhttp3/agent/build.gradle.kts
@@ -10,7 +10,7 @@ android {
10
}
11
12
dependencies {
13
- compileOnly(libs.okhttp)
+ implementation(libs.okhttp)
14
implementation(project(":instrumentation:okhttp3:library"))
15
implementation(libs.byteBuddy)
16
0 commit comments