I notice the GSON example shows the import as ```i...
# ktor
w
I notice the GSON example shows the import as
Copy code
import io.ktor.gson.*
Are we supposed to use Google's version or is there a specific gradle include GSON?
d
w
how do I include this in my build.gradle? I can't find a dependency name/version
a
compile "io.ktorktor gson$ktor_version"
👍 1
where ktor_version is your version
w
Gotcha! Thanks. 🙂