komputing / KHash

Different hash functions in Kotlin (SHA3 with Keccak and Shake variants, sha256, ripemd160)
MIT License
54 stars 10 forks source link

Publish on Maven Central #26

Open luca992 opened 1 year ago

luca992 commented 1 year ago

Any chance this could just be published on maven central? I'm having a lot of abnormal problems when using this library. Plus, it's also not nice that if I create another library which imports this library... Any app which depends on my library needs to also add the KHash repo to their settings.gradle.kts. It's really non-standard to have to do that for kotlin.

ligi commented 1 year ago

I would really like to avoid publishing to maven central. IMHO rather the problems resulting with publishing to the github repo should be fixed if there are any. I myself consume the lib via jitpack - unfortunately this does not work for multi platform.

mcxinyu commented 5 months ago

I would really like to avoid publishing to maven central. IMHO rather the problems resulting with publishing to the github repo should be fixed if there are any. I myself consume the lib via jitpack - unfortunately this does not work for multi platform.

@ligi I think you may not have clicked this button

image