When using
<dependency>
<groupId>ai.hypergraph</groupId>
<artifactId>kotlingrad</artifactId>
<version>0.4.7</version>
</dependency>
I'm unable to resolve any ai types.
If I switch to
<dependency>
<groupId>ai.hypergraph</groupId>
<artifactId>kotlingrad-jvm</artifactId>
<version>0.4.7</version>
</dependency>
instead, I get failures to resolve kotlin-bom
Unresolved dependency: 'org.jetbrains.kotlin:kotlin-bom:jar:1.6.10'
Currently it seems impossible to use this project with the current pom setup. Do you have an example of an external project using kotlingrad where this works?
When using
I'm unable to resolve any ai types.
If I switch to
instead, I get failures to resolve kotlin-bom
Unresolved dependency: 'org.jetbrains.kotlin:kotlin-bom:jar:1.6.10'Currently it seems impossible to use this project with the current pom setup. Do you have an example of an external project using kotlingrad where this works?