Skip to content

Commit

Permalink
update transformation JSON to include okhttp-coroutines and okhttp (n…
Browse files Browse the repository at this point in the history
…on-JVM) (#1080)
  • Loading branch information
lauzadis authored Apr 25, 2024
1 parent 00f276d commit 25fbb77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,19 @@
"KotlinStdlib-1.9.x",
"KotlinxCoroutinesCoreJvm-1.7.x"
],
"com.squareup.okhttp3:okhttp-coroutines:5.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlib-1.9.x",
"KotlinxCoroutinesCoreJvm-1.7.x"
],
"com.squareup.okhttp3:okhttp-jvm:5.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlib-1.9.x"
],
"com.squareup.okhttp3:okhttp:5.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlib-1.9.x"
],
"com.squareup.okio:okio-jvm:3.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlibJdk8-1.9.x"
Expand Down

0 comments on commit 25fbb77

Please sign in to comment.