Hi guys! I am using on my android project kotlin m...
# ktor
e
Hi guys! I am using on my android project kotlin multiplatform and for http requests ktor-client. And I want to add storing data in persistent storage by ktor-server-sessions, but when I add dependency
Copy code
implementation("io.ktor:ktor-server-sessions:$ktor_version")
there is some conflict, I don’t know what type of conflict(log is empty), but all methods of ktor not working. Have you got any idea about that?