From 394c0a5b4ed57faf2342ee275bdc52f88beeb228 Mon Sep 17 00:00:00 2001
From: Him188 <Him188@mamoe.net>
Date: Mon, 3 Oct 2022 12:38:34 +0100
Subject: [PATCH] [core] Relocate `com.squareup.okhttp3` and
 `com.squareup.okio`. Fix #2263

---
 buildSrc/src/main/kotlin/Shadow.kt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildSrc/src/main/kotlin/Shadow.kt b/buildSrc/src/main/kotlin/Shadow.kt
index e2ea3ebc2..297cb6eb3 100644
--- a/buildSrc/src/main/kotlin/Shadow.kt
+++ b/buildSrc/src/main/kotlin/Shadow.kt
@@ -264,6 +264,8 @@ private fun ShadowJar.setRelocations() {
 
 fun Project.configureRelocationForCore() {
     relocateAllFromGroupId("io.ktor")
+    relocateAllFromGroupId("com.squareup.okhttp3")
+    relocateAllFromGroupId("com.squareup.okio")
 }
 
 fun Project.relocateAllFromGroupId(groupId: String) {