We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beab57 commit d393a95Copy full SHA for d393a95
src/main/java/module-info.java
@@ -13,5 +13,6 @@
13
opens boundingboxeditor.model to javafx.base, com.google.gson;
14
opens boundingboxeditor.model.data to javafx.base, com.google.gson;
15
opens boundingboxeditor.model.io to javafx.base, com.google.gson;
16
+ opens boundingboxeditor.model.io.results to javafx.base, com.google.gson;
17
exports boundingboxeditor to javafx.graphics;
18
}
0 commit comments