-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import into common source set #14
Comments
I am having the same problem on Android when adding the following to my gradle file
Furthermore it may be helpful to have an example in the README how to import only some modules. |
thanks for the report - I guess this has to do with the multi-platform changes and you need to add a jvm - hope @RiccardoM can have a look here |
Hi @steve-the-edwards and @mariusboepple, thanks for opening this issue. Currently, I'm working on making this project fully multiplatform compliant, but I need some of the other PRs to be merged first on other projects:
Once those projects have been made available for multiplatform, I will make this project multiplatform compliant too. Until then, the versions up to 0.8 are not multiplatform. The first version that will implement the changes will be the 1.0.0-RC1. It should be a matter of days now. Sorry for the inconvenience. |
but as far as I see they do not need multiplatform - just JVM |
really confused now - your PR #7 introduced multiplatform and I think also introduced the problem with JVM the reporters have |
@ligi You're right, I've misread the posts. Having a look inside the Jitpack build.log for version 0.8 it seems that everything has worked fine. Probably, the problem is that they are trying to use the repository as follows
while it should be
(Note the lowerchase This is due to Jitpack being case-sensitive |
@RiccardoM thanks for looking into this. I would expect another failure for the case sensitivity (artifact not found) - but perhaps this is really the issue - waiting for the reporters to deny or confirm. |
@ligi please see komputing/KEthereum#66 |
@mirceanis thanks - looking at it currently - looks good - just need to test it a bit - but this means you could use KHash 0.8 in a JVM context? |
@ligi yes. I had to exclude the old
|
With They both look similar: |
@mariusboepple I see the same thing in AndroidStudio but I am able to |
but it seems jitpack only picks up the sha3 module: |
I just assumed that was the only one available in 0.8. I didn't follow the history of this repo too closely |
ah - yes you are right - 0.8 only contains SHA3 |
I have successfully pulled the jitpack.io dependency into my project, but release 0.8 seems to have no linkable source?
See the above for the successful gradle import. I have no org.komputing package or files though?
The text was updated successfully, but these errors were encountered: