Skip to content

Commit 19e68b1

Browse files
authored
Change okhttp3 dependency from compileOnly to implementation (#946)
1 parent 2d530d4 commit 19e68b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/okhttp3/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
}
1111

1212
dependencies {
13-
compileOnly(libs.okhttp)
13+
implementation(libs.okhttp)
1414
implementation(project(":instrumentation:okhttp3:library"))
1515
implementation(libs.byteBuddy)
1616
}

0 commit comments

Comments
 (0)