We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c32a commit 1ddb393Copy full SHA for 1ddb393
README.md
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.10")
+ implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.11")
24
25
```
26
When running your project you must add: `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you
core/src/main/java/module-info.java
@@ -1,4 +1,4 @@
1
- module app.photofox.vipffm {
+ module app.photofox.vipsffm {
2
exports app.photofox.vipsffm;
3
exports app.photofox.vipsffm.enums;
4
exports app.photofox.vipsffm.jextract;
0 commit comments