bytes-java icon indicating copy to clipboard operation
bytes-java copied to clipboard

Module-info

Open bowbahdoe opened this issue 1 year ago • 0 comments

A prerequisite to addressing https://github.com/patrickfav/bcrypt/issues/69 would be to give this dependency a module-info as well.

This can be done with a multi-release jar to keep compatibility with Java 7 and android. https://github.com/moditect/moditect is the easiest way I've found.

And to be clear, the ask is an actual module-info, not just an automatic module name.

bowbahdoe avatar Nov 25 '23 03:11 bowbahdoe