K1rakishou / Caching-Image-Loader

Image loader with ability to cache loaded images on disk, apply transformations and show them in a JavaFX's ImageView
8 stars 3 forks source link

Call library from Java #14

Open mataide opened 5 years ago

mataide commented 5 years ago

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?

K1rakishou commented 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.

mataide commented 5 years ago

@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?

K1rakishou commented 5 years ago

Sure.