You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
The text was updated successfully, but these errors were encountered: