From ece2dca9556f58292d3d2c7808af99ed284908ca Mon Sep 17 00:00:00 2001 From: Aaron Todd Date: Thu, 14 Sep 2023 14:31:49 -0400 Subject: [PATCH] fix: use jvm artifact for resolves conflict transform (#13) --- brazil/transforms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brazil/transforms.json b/brazil/transforms.json index 8e5fa8f..0c95c75 100644 --- a/brazil/transforms.json +++ b/brazil/transforms.json @@ -32,7 +32,7 @@ "aws.sdk.kotlin.crt:aws-crt-kotlin": "AwsCrtKotlin" }, "resolvesConflictDependencies": { - "com.squareup.okhttp3:okhttp-coroutines:5.0.0-alpha.11": [ + "com.squareup.okhttp3:okhttp-coroutines-jvm:5.0.0-alpha.11": [ "KotlinxCoroutinesCore-1.7.x" ] }