ionspin / kotlin-multiplatform-crypto

Kotlin Multiplatform Cryptography Library
Apache License 2.0
45 stars 3 forks source link

Could not find com.ionspin.kotlin:multiplatform-crypto-delegated:0.1.0 #27

Open Snipe3000 opened 2 years ago

Snipe3000 commented 2 years ago

I tried to use this library through gradle: implementation("com.ionspin.kotlin:multiplatform-crypto-delegated:0.1.0") But I'm getting an error saying it could not find it. Its searching dl.google and maven.

ionspin commented 2 years ago

Hi @Snipe3000, I'll look into this, but in the mean time I strongly suggest you try out https://github.com/ionspin/kotlin-multiplatform-libsodium because it's based (well just a wrapper around) on a well known libsodium crypto library, and I maintain it regularly, unlike this one which is a fun side project that I work on from time to time.