hmm, it worked when I imported `ktor-client-gson` ...
# ktor
c
hmm, it worked when I imported
ktor-client-gson
instead. I guess that's because I needed an implementation?
d
Is this a jvm project? You probably need to add
-jvm
to the dependency.
👍 1