05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
33 stars 5 forks source link

Add Java 9 `Module` support via multi-release jar publication #137

Closed 05nelsonm closed 4 months ago

05nelsonm commented 4 months ago

Need to add a module-info.java file, but in order to still support Java 8 & Android, need to create a multi-release Jar.