Cristián Arenas
withTimeout
kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class kotlinx.coroutines.CoroutineScope
rocketraman
val client = HttpClient(clientEngine) { install(JsonFeature) { serializer = KotlinxSerializer(Json) } } client.request(someHttpRequestBuilder) // exception, someone tried to serialize the coroutine itself
A modern programming language that makes developers happier.