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

Remove `...encoding.builders` packages #127

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #124

Removes from encoding-base16, encoding-base32, and encoding-base64 modules the ...encoding.builders package in favor of the new builder classes/functions located in their respective base* package paths.