We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201e4bc commit 8eb3ab9Copy full SHA for 8eb3ab9
README.md
@@ -25,7 +25,7 @@ repositories {
25
#### `dependencies` block
26
```
27
repositories {
28
- include(implementation("com.github.diamonddevv:simple-trims:${project.simple_trims_version}"));
+ include(modImplementation("com.github.diamonddevv:simple-trims:${project.simple_trims_version}"));
29
}
30
31
### In `gradle.properties`
0 commit comments