I am using ktor-wbsockets in my android app in Kotlin and I got this error. Could anyone please help me how do I import slf4j to my app?
Asked
Active
Viewed 1,578 times
2
-
Does this answer your question? [SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"](https://stackoverflow.com/questions/7421612/slf4j-failed-to-load-class-org-slf4j-impl-staticloggerbinder) – PiRocks Jul 14 '20 at 20:39
-
No, I know there are a few similar questions, but I would like to know how import it in kotlin and gradle – weera Jul 14 '20 at 21:00
-
The same way you would in java and gradle? – PiRocks Jul 14 '20 at 21:00
-
For example this answer to the previously linked question: https://stackoverflow.com/a/43346247/3424746 – PiRocks Jul 14 '20 at 21:01