I’m not sure why this is not importing
# multiplatform
b
I’m not sure why this is not importing
r
You also need the ktor serialization dependency https://ktor.io/docs/json.html#kotlinx_dependency
b
I have it on the third picture
I don’t know why it’s not grabbing it
r
you have
org.jetbrains.kotlinx:kotlinx-serialization-json
but not
io.ktor:ktor-client-serialization
b
omg thank you so much
I can’t believe it
j
not that i know anything about gradle but i just spent a couple days before discovering the distinction between
implementation
and
api
in writing. implementation is like a private import and api creates a transitive dep like in maven