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

Move builders to package `...encoding.base*` #126

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Refer to #124

Note: This PR needs to be tested yet to see if the proposed deprecation cycle will work. Will publish a -SNAPSHOT to see if new module exports would work. Otherwise, ...encoding.builders packages must be deleted entirely and a major version release needs to be published.

Adding the blocked label to prohibit merging until the aforementioned testing of the -SNAPSHOT is completed.

05nelsonm commented 1 year ago

JPMS still complains. See https://github.com/05nelsonm/encoding/issues/124#issuecomment-1600595030

Will have a follow up PR to prepare 2.0.0 release with API breaking changes.