Like for example should the import for a full aSoc...
# ktor
o
Like for example should the import for a full aSockets and SSL based demo app use these dependencies?
Copy code
compile "io.ktor:ktor-server-netty:$ktor_version" 
compile "io.ktor:ktor-network:$ktor_version" 
compile "io.ktor:ktor-network-tls:$ktor_version"