certificatetransparency
certificatetransparency copied to clipboard
Replace Base64 implementation with version from Kotlin 1.8.20
See https://kotlinlang.org/docs/whatsnew-eap.html#experimental-support-for-base64-encoding-in-standard-library
This can only be done once 1.8.20 is released and out of beta.
kotlin 1.8.20 is out of beta! :)
it is... I have a branch open with updated code in - there are some subtle differences in Kotlin's implementation so I'm making sure I'm happy first
As the feature is marked experimental I won't be pushing the change into the lib immediately; although I will push upgrading to kotlin 1.8.20
Still experimental in Kotlin 1.9.10