`import io.ktor.client.features.json.JsonFeature` ...
# ktor
j
import io.ktor.client.features.json.JsonFeature
is somehow not recognized.
Please consider adding one of the
Serializers
It looks like you try to use
io.ktor:ktor-client-gson
without including it.
@Deactivated User
j
let me try
still not recognized
Oh it solved, but why when I want to use
compile "io.ktor:ktor-client-core-jvm:$ktorVersion"
It not recognized ?
e
Could you provide the final and broken versions of `build.gradle`(f.e as gist)? We try to investigate and file it in the documentation
j
https://github.com/jasoet/fun-chef/commit/609cf0ce1c903a6d267e657703c7c7207ca588b0 It on my public github. Link above is my changes that fix the problem.
🙏 1