https://kotlinlang.org logo
#ktor
Title
# ktor
j

John O'Reilly

05/01/2020, 4:46 PM
Is it possible to use Ktor WebSocket client library in Kotlin/Native (as part of KMP project)?
b

Brendan Weinstein

05/03/2020, 9:03 PM
@Kivia Brito might be able to help out
k

Kivia Brito

05/03/2020, 11:58 PM
@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

John O'Reilly

05/04/2020, 7:54 AM
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
6 Views