aleksey.tomin
06/01/2020, 5:49 PMcommon:
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-json:$ktorVersion")
implementation("io.ktor:ktor-client-gson:$ktorVersion")
macOS:
implementation("io.ktor:ktor-client-curl:$ktorVersion")
implementation("io.ktor:ktor-client-core-native:$ktorVersion")
implementation("io.ktor:ktor-client-json-native:$ktorVersion")
But when I write import io.ktor.client.features.json.GsonSerializer
I have got the error Unresolved reference: GsonSerializer
What I’ve done wrong?russhwolf
06/01/2020, 5:54 PMktor-client-serialization