komputing / KEthereum

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

Could not find org.kbignumbers:kbignumbers-jvm:1.0.0-RC1. #71

Closed mitfik closed 4 years ago

mitfik commented 5 years ago

When trying to use

implementation 'com.github.komputing:KEthereum:0.76.1'

In Android Studio getting error:

Could not find org.kbignumbers:kbignumbers-jvm:1.0.0-RC1. Searched in the following locations:

Seems like there is no 1.0.0-RC2 build on jitpack yet. Any plans to get it there? And in meantime is there any workaround for that issue?

ligi commented 5 years ago

Sorry - but I cannot reproduce your problem. Can you share your whole project? There seems to be a dependency on org.kbignumbers which will not exist and I do not see it anywhere in KEthereum

friedger commented 5 years ago

It is in here: https://github.com/komputing/KHash/blob/b36db9ec3830ecabdd07ca22053e2c0330780876/keccak/build.gradle

ligi commented 5 years ago

thanks! @RiccardoM can you have a look? this seems to be rooted in the multi-platform change