Skip to content
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

382 Update dependencies #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andrii-kl
Copy link

What does this PR do?

Update dependencies

Why is it needed?

The project doesn't work with current dependencies

Comment on lines +1 to +5
class MockClass {
//test only project fails to compile without at least one file in src/main/kotlin
//Directory '/Users/anymac/projects/web3j/web3j-unitexample/build/classes/java/main' specified for property 'compileKotlinOutputClasses' does not exist.
//https://youtrack.jetbrains.com/issue/KT-31116
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to have this empty class? if we need only the comments maybe can be added to readme file

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem with a gradle build process.
the issue is https://youtrack.jetbrains.com/issue/KT-31116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants