Hey guys this how my Ktor Http Client looks like. I have enabled logging but I'm not able to see any logs related to network request in the Logcat. I tried the same on other KMM projects and there too I couldn't see any. But I could see this error in the Logcat
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See
http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.