Is it possible to use Ktor WebSocket client librar...
# ktor
j
Is it possible to use Ktor WebSocket client library in Kotlin/Native (as part of KMP project)?
b
@Kivia Brito might be able to help out
k
@John O'Reilly When I was developing my app Ktor WebSocket Client wasn't supporting KMP, so I am using OkHttp for Android and NSURLSessionWebSocket for iOS on the sharedCode/common module.
j
thanks @Kivia Brito...I saw some reference from post last year that this was supposed to be supported at some point but not seeing any indication right now that it it