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

Deprecate `InternalEncodingApi` #141

Closed 05nelsonm closed 4 months ago

05nelsonm commented 4 months ago

The InternalEncodingApi annotation is in the incorrect package location and should not be utilized now that java9 module-info support is included. This is so that the io.matthewnelson.encoding.core.internal package need not be declared.