Hello,
I'm trying to create a web socket connection in a KMP project as follows but it's giving me this exception:
Serializer for class 'DefaultClientWebSocketSession' is not found
Copy code
Caused by: kotlinx.serialization.SerializationException: Serializer for class 'DefaultClientWebSocketSession' is not found.
Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied.