How to use raw socket in common source set after u...
# ktor
v
How to use raw socket in common source set after update to 2.x version?
a
There is a documentation topic about raw sockets for Ktor 2.0.0.
v
After update to 2.0.0
io.ktor:ktor-network
not contains common source set. And when I tried use it Idea can’t import it.
a
As far as I understand, you can apply the
io.ktor:ktor-network
dependency for an individual source set or combine your targets and use it for the group.