kotlin-graphics/imgui

Using through Maven and Java modules

mudlee opened this issue · 2 comments

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?

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?

I'm closing this because of no activity, feel free to reopen in case