breandan / kotlingrad

🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types

Home Page:https://breandan.net/public/masters_thesis.pdf#page=49

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.module.ResolutionException in dependencies

qchen-fdii-cardc opened this issue · comments

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.

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?