https://kotlinlang.org logo
#ktor
Title
# ktor
b

Begum Turan

01/19/2023, 3:15 PM
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

Begum Turan

01/19/2023, 3:31 PM
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

Emil Kantis

01/19/2023, 3:39 PM
Depends. There’s a difference between server and client apps
41 Views