From a40c403841c96a5e4c8fbcd7fbe96044f761133e Mon Sep 17 00:00:00 2001 From: BlackBeltPanda Date: Tue, 11 Nov 2025 10:54:44 -0500 Subject: [PATCH] Don't shade kotlinx-coroutines-core --- fabric/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index 519a6b2..81a2c0d 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -33,10 +33,7 @@ dependencies { "developmentFabric"(project(":common", configuration = "namedElements")) implementation("org.apache.httpcomponents:httpclient:4.5.13") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") shadowCommon("org.apache.httpcomponents:httpclient:4.5.13") - shadowCommon("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - modImplementation("com.cobblemon:fabric:${property("cobblemon_version")}") { isTransitive = false } shadowCommon(project(":common", configuration = "transformProductionFabric"))