implementation("io.ktor:ktor-client-websockets:3.4.1")
Enables real-time, full-duplex communication with servers using the WebSocket protocol, supporting message serialization and session management.