Hello! I need advice from one of the maintainers. ...
# ktor
o
Hello! I need advice from one of the maintainers. I’m working on the task KTOR-6258 Make Cookie class Serializable. Basically, this task implies adding
@Serializable
annotation to
Cookie
and
GMTDate
classes. But these classes reside in base modules -
Cookie
is in
ktor-http
and
GMTDate
is in
ktor-utils
. So I need approval that it is okay to add kotlinx-serialization as a dependency to these modules.
e
Hey! It should be fine to add the plugin. I'm not sure if the runtime dependency is needed
🤝 1
o
So I’ll try to add it as a compile-only dependency. It seems like it should be enough.