How can I add websocket dependency in build.gradle...
# ktor
b
How can I add websocket dependency in build.gradle file
If you're wondering about syntax for
build.gradle
file specifically and not which dependencies to add: https://docs.gradle.org/current/samples/sample_building_kotlin_applications.html
b
Thanks!!!!
This is going to be full stack project . My goal is to make clock
should I add websocket in Common main and Jvm main and jsmain dependency?
e
Depends. There’s a difference between server and client apps