komputing / KEthereum

Kotlin library for Ethereum
MIT License
350 stars 73 forks source link

Use lower case dependencies in build gradle files #72

Closed friedger closed 5 years ago

friedger commented 5 years ago

When importing uport-project/kotlin-did-jwt and a library of komputing in my project I see errors like this:

Duplicate class org.komputing.khash.extensions.ByteArrayExtensionsKt found in modules khash-extensions-jvm-1.0.0-RC2.jar (com.github.komputing.KHash:khash-extensions-jvm:1.0.0-RC2) and khash-extensions-jvm-1.0.0-RC2.jar (com.github.komputing.khash:khash-extensions-jvm:1.0.0-RC2)

All dependencies should be lower case to avoid any confusion.