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