base64ToBytes

Deprecated

Use `Base64` in the Kotlin Standard Library directly.

Replace with

import kotlin.io.encoding.Base64
Base64.decode(this)