Hi there! New to Ktor. Is there a particular reas...
# ktor
a
Hi there! New to Ktor. Is there a particular reason all the base64 methods have been marked as internal or hidden? does there exist a public version somewhere else I'm just missing? https://github.com/ktorio/ktor/blob/master/ktor-utils/common/src/io/ktor/util/Base64.kt
e
Hi @andreasmattsson, the reason was in public API breaking changes. We’re trying to mark everything that can change in public API.