New Kotlin Multiplatform libraries just dropped :e...
# multiplatform
m
New Kotlin Multiplatform libraries just dropped 👀 https://github.com/KotlinCrypto/
👍 5
❤️ 3
👏 3
🔥 5
l
Out of curiosity, why is there a version compatibility chart? It doesn’t look like it uses a compiler plugin, which is where most compiler version dependencies come from.
m
Always hated having to pull in huge crypto libraries for 1 or 2 features. This is especially horrible for Kotlin/Native. libraries are very small, modularized components, like the RustCrypto organization. Will be building it out over time, but any help or support is much welcomed!!!
I should update that terminology, huh?
l
Also, glad to see AndroidNative is supported. It’s sadly often left out.
m
IKR??? I'd love to have more libs support it.
l
Are you looking to eventually add support for the Secure Enclave APIs on mobile platforms? I’ve done a little bit of work related to that.
m
No I am not at this time.
d
Agree that would be a useful addition to the great work already here 🙂 Perhaps an exercise for the community...
Thanks for this @Matt Nelson! My lates project with KMP is extending into the cryptography space; so will be looking for opportunities to work with this.