We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72aa245 commit aab3080Copy full SHA for aab3080
fabric/build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
]
65
66
apiModules.forEach {
67
- include(modImplementation(fabricApi.module(it, fabric_version)))
+ modImplementation(fabricApi.module(it, fabric_version))
68
}
69
70
implementation project(path: ':common', configuration: 'namedElements')
0 commit comments