Using through Maven and Java modules
mudlee opened this issue · 2 comments
mudlee commented
Hey!
Is there a way to use this with maven and Java modules? I tried to included these dependencies:
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>com.github.kotlin-graphics</groupId>
<artifactId>imgui</artifactId>
<version>v1.52</version>
</dependency>
But then I'm not able to require it in my module-info.java
. Any idea?
elect86 commented
It should.
I use it in a modular java project with Gradle.
Sorry but I'm not a Maven expert, what do you mean exactly by saying you are not able to require it?
elect86 commented
I'm closing this because of no activity, feel free to reopen in case