Fail
Unresolved reference: serializer
ribesg
kotlinx.serialization
import io.ktor.client.HttpClient import io.ktor.client.features.json.JsonFeature
import io.ktor.client.features.json.serializer.KotlinxSerializer
import io.ktor.client.features.logging.DEFAULT import io.ktor.client.features.logging.LogLevel import io.ktor.client.features.logging.Logger import io.ktor.client.features.logging.Logging import io.ktor.client.request.get import io.ktor.client.request.url import io.ktor.http.Url import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.launch import kotlinx.serialization.SerialName import kotlinx.serialization.Serializable import kotlinx.serialization.json.Json
implementation "io.ktor:ktor-client-serialization:$ktor_version"
A modern programming language that makes developers happier.