Hello! I’m trying to get websockets to work with a...
# ktor
l
Hello! I’m trying to get websockets to work with a MP(Android/iOS) project, I’ve made the MP part as it’s own lib/module where I’m slitghy confused over
implementation "io.ktor:ktor-client-websockets:$ktor_version"
dependency. Is it suppose to be in the MP module gradle or used at all? Because when using it in android studio it points to Frame.Text() to the io.ktor.cio,websocket.Frame import