Skip to content

Commit

Permalink
Add more resolvesConflictDependencies rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Dec 12, 2023
1 parent 3caa6d6 commit 07a259e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion brazil/transforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,25 @@
"aws.sdk.kotlin.crt:aws-crt-kotlin": "AwsCrtKotlin"
},
"resolvesConflictDependencies": {
"com.squareup.okhttp3:okhttp-coroutines-jvm:5.0.0-alpha.11": [
"com.squareup.okhttp3:okhttp-coroutines-jvm: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.okio:okio-jvm:3.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlibJdk8-1.9.x"
],
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlibJdk8-1.9.x"
],
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [
"KotlinStdlibJdk8-1.9.x"
]
}
}
Expand Down

0 comments on commit 07a259e

Please sign in to comment.