appmattus / crypto

A collection of Kotlin Multiplatform cryptographic hashing functions.
Apache License 2.0
90 stars 4 forks source link

Not found on Maven Central #46

Closed Wavesonics closed 1 year ago

Wavesonics commented 1 year ago

Not sure whats up, my project includes ton of libs from maven central, but this lib can't be resolved for some reason:

:desktop:jvmMain: Could not resolve com.appmattus.crypto:cryptohash:0.10.1.

But, obviously it's there: https://central.sonatype.com/artifact/com.appmattus.crypto/cryptohash/0.10.1/overview

mattmook commented 1 year ago

weird. it appears to be working for me in the sample app when I point to the dependency from maven central.

are you able to provide some of your code of how the dependency is added?

I'm also in the process of updating the projects dependencies and as part of that upgrading the upload process; we can see if that helps too although no reason it shouldn't work currently

Wavesonics commented 1 year ago

I apparently just had something strange going on, it syncs perfectly fine now, sorry about that!

mattmook commented 1 year ago

No worries