Open mataide opened 5 years ago
This library uses some Kotlin only libraries (like coroutines and ktor) which must to be included in your project. It's just not supposed to be used with java.
@K1rakishou, it was missing some configurations in the project to compile this as a library. I had to convert the project from Maven to Gradle to make this configurations and make it work. Now you can also publish it to Maven, do you want that I make a PR with this?
Sure.
I tried to implement the lib inside a Java Project, but I was not able to call the library from the Java Project.
Its missing something?