I don’t see kotlinx.serialization artifact for kto...
# ktor
z
I don’t see kotlinx.serialization artifact for ktor server on the list of artifacts here https://ktor.io/quickstart/artifacts.html Are there some artifacts not listed or kotlinx.serialization only available for ktor clients and not servers?
e
Hi @zjuhasz. The
kotlinx.serialization
serializer is available only for the client(for now 🙂)
z
ok, on a related note does
ktor-server-servlet
have no dependency on an external framework similar to
ktor-client-cio
? I’m not sure I understand from reading the documentation.
e
@cy