Hello,
Thanks you for this project.
I tried to use it, but unfortunately I am having this issue : java.lang.NoClassDefFoundError: Failed resolution of: Lorg/slf4j/LoggerFactory;
I tried downloading jar file from SLF4J distribution and use it as library in my project and I also tried to add it as a dependency in my gradle file, but both of them failed.
Do you have any idea how to fix this issue ?
Thank you in Advance.