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

java.lang.module.ResolutionException in dependencies #29

Open
qchen-fdii-cardc opened this issue Jun 6, 2022 · 2 comments
Open

java.lang.module.ResolutionException in dependencies #29

qchen-fdii-cardc opened this issue Jun 6, 2022 · 2 comments

Comments

@qchen-fdii-cardc
Copy link

I've add dependencies
implementation("ai.hypergraph:kotlingrad:0.4.7")
in Gradle project, build.gradle.

Compiled without error. When I tried to run:

> Task :run FAILED Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules guru.nidi.graphviz.kotlin and guru.nidi.graphviz export package guru.nidi.graphviz to module XXXX

where XXXX could be svgSalamander or com.ibm.icu.

I can figure out the problem of two modules java/kotlin graphviz both define package guru.nidi.graphviz.

I search on internet, without any clue.

Thanks for any help.

@breandan
Copy link
Owner

breandan commented Jun 6, 2022

Hi @qchen-fdii-cardc, thank you for reporting. Which JVM and Gradle version are you running? Could you try cloning this project and running ./gradlew run? What are the results?

@qchen-fdii-cardc
Copy link
Author

qchen-fdii-cardc commented Jun 7, 2022 via email

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

2 participants