Skip to content

Commit a40c403

Browse files
Don't shade kotlinx-coroutines-core
1 parent ec84192 commit a40c403

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fabric/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ dependencies {
3333
"developmentFabric"(project(":common", configuration = "namedElements"))
3434

3535
implementation("org.apache.httpcomponents:httpclient:4.5.13")
36-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
3736
shadowCommon("org.apache.httpcomponents:httpclient:4.5.13")
38-
shadowCommon("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
39-
4037

4138
modImplementation("com.cobblemon:fabric:${property("cobblemon_version")}") { isTransitive = false }
4239
shadowCommon(project(":common", configuration = "transformProductionFabric"))

0 commit comments

Comments
 (0)