We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec84192 commit a40c403Copy full SHA for a40c403
fabric/build.gradle.kts
@@ -33,10 +33,7 @@ dependencies {
33
"developmentFabric"(project(":common", configuration = "namedElements"))
34
35
implementation("org.apache.httpcomponents:httpclient:4.5.13")
36
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
37
shadowCommon("org.apache.httpcomponents:httpclient:4.5.13")
38
- shadowCommon("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
39
-
40
41
modImplementation("com.cobblemon:fabric:${property("cobblemon_version")}") { isTransitive = false }
42
shadowCommon(project(":common", configuration = "transformProductionFabric"))
0 commit comments