Skip to content

Commit

Permalink
Fix module descriptor
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
dmlloyd committed Sep 21, 2023
1 parent 7a597cf commit 2c37d43
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
module io.github.dmlloyd.classfile {
}
exports io.github.dmlloyd.classfile;
exports io.github.dmlloyd.classfile.attribute;
exports io.github.dmlloyd.classfile.extras;
exports io.github.dmlloyd.classfile.components;
exports io.github.dmlloyd.classfile.constantpool;
exports io.github.dmlloyd.classfile.instruction;
}

0 comments on commit 2c37d43

Please sign in to comment.