encoding icon indicating copy to clipboard operation
encoding copied to clipboard

`JPMS` modules should use `transitive` for core

Open 05nelsonm opened this issue 1 year ago • 1 comments

Higher level API's base16, base32, and base64 should use requires transitive for core module dependency

05nelsonm avatar Mar 18 '24 20:03 05nelsonm

I actually don't think this is necessary, as transitive will only provide readability of core, not accessibility. Users of encoding will still have to declare requires io.matthewnelson.encoding.core;

05nelsonm avatar Mar 19 '24 13:03 05nelsonm