Created
December 2, 2021 12:34
-
-
Save vaibhavgoyal09/a2d23c06aacc37169d9c26a3ff6b3da4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val client = HttpClient(OkHttp) { | |
install(JsonFeature) { | |
serializer = GsonSerializer() | |
} | |
install(WebSockets) { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment