Another question with migration 0.9.3 to 0.9.4, th...
# ktor
v
Another question with migration 0.9.3 to 0.9.4, the part with install JsonFeature is undefined now, do you know why please ?
đź“ť 1
âś… 2
d
let me check
đź‘Ť 1
which artifact are you including?
compile "io.ktor:ktor-client-gson:$ktor_version"
try including this one
v
I include that one : compile “io.ktorktor client json$ktor_version”
d
I guess it was splited in two: one for jackson and other for gson
v
đź‘Ť 1
e
just provided an example on docs
you have to use
engine
inside the config to configure it
d
I have also updated the 0.9.4 migration page to reflect that
đź‘Ť 2
v
Thanks !