java.lang.module.ResolutionException in dependencies #29
Open
Description
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.
Metadata
Assignees
Labels
No labels