We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f89caa commit aab1d91Copy full SHA for aab1d91
1 file changed
src/main/java/module-info.java
@@ -17,6 +17,7 @@
17
module org.glavo.nbt {
18
requires static org.jetbrains.annotations;
19
20
+ exports org.glavo.nbt;
21
exports org.glavo.nbt.tag;
22
exports org.glavo.nbt.io;
23
}
0 commit comments