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

module crypto reads package org.web3j.crypto from both core and crypto #132

Open
ismaildrs opened this issue Dec 13, 2024 · 0 comments
Open

Comments

@ismaildrs
Copy link

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:

image

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.

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

No branches or pull requests

1 participant