We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my project module-info.java:
module com.application.taskmanager.practiceweb3 { requires javafx.controls; requires javafx.fxml; requires abi; requires core; requires crypto; opens com.application.taskmanager.practiceweb3 to javafx.fxml; exports com.application.taskmanager.practiceweb3; }
When i try to build it, it keep getting this error:
java: module crypto reads package org.web3j.crypto from both core and crypto
Btw, i'm using jdk 21, and web3j v4.12.1
I can't seem to find a solution to this, i would really appreciate you help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is my project module-info.java:
When i try to build it, it keep getting this error:
java: module crypto reads package org.web3j.crypto from both core and crypto
Btw, i'm using jdk 21, and web3j v4.12.1
I can't seem to find a solution to this, i would really appreciate you help.
The text was updated successfully, but these errors were encountered: