I was told that maybe somebody in this channel kno...
# ktor
s
I was told that maybe somebody in this channel knows what's the issue here? tl;dr Trying to build an iOS framework with kotlin native and ktor.
👀 1
e
Hi, @schlan. Unfortunately, there is no websocket support on the iOS now. But it is in plans.
s
Alright, thanks for clarifying!
c
I'm having a similar "issue". I'm just trying to create a client using the default HttpClient based on NSUrlSession, but I can't import HttpClient (unresolved reference as for @schlan). But actually it should be possible to use this client on ios, isn't it?
e
Hi Dario :) Could you list the build.gradle and dependencies?