Skip to content

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

Open
@ismaildrs

Description

@ismaildrs

Issue_title

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

Issue_description

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

Issue_context

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-reviewissue/PR needs review from maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions