certificatetransparency icon indicating copy to clipboard operation
certificatetransparency copied to clipboard

Replace Base64 implementation with version from Kotlin 1.8.20

Open mattmook opened this issue 2 years ago • 4 comments

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.

mattmook avatar Feb 24 '23 13:02 mattmook

kotlin 1.8.20 is out of beta! :)

ccodega avatar Apr 24 '23 14:04 ccodega

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

mattmook avatar Apr 24 '23 23:04 mattmook

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

mattmook avatar Apr 25 '23 00:04 mattmook

Still experimental in Kotlin 1.9.10

mattmook avatar Oct 05 '23 08:10 mattmook