kaitai-io / kaitai_struct_java_runtime

Kaitai Struct: runtime for Java
MIT License
42 stars 18 forks source link

Add a module-info #40

Open bowbahdoe opened 11 months ago

bowbahdoe commented 11 months ago

Addresses #39

Generated module-info looks like this

module kaitai.struct.runtime {
    exports io.kaitai.struct;
    exports io.kaitai.struct.annotations;

}
bowbahdoe commented 4 months ago

@generalmimon Is there anything I can do to help you get around to this?

I will send you a pizza.