I'm seeing some problems when running the latest k...
# ktor
s
I'm seeing some problems when running the latest ktor on proguard. Anyone know the proper proguard for ktor?
Copy code
Warning: io.ktor.client.HttpClient: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.HttpClient: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.call.HttpClientCall: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.call.HttpClientCall: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.engine.HttpClientEngine$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.engine.HttpClientEngine$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.request.HttpRequest$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.request.HttpRequest$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.response.HttpResponse$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.client.response.HttpResponse$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.CIOMultipartDataBase: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.CIOMultipartDataBase: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.DefaultWebSocketSessionImpl: can't find referenced method 'boolean isActive()' in program class io.ktor.http.cio.websocket.WebSocketSession
Warning: io.ktor.http.cio.websocket.PingPongKt$pinger$1: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: io.ktor.http.cio.websocket.PingPongKt$pinger$1: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: io.ktor.http.cio.websocket.WebSocketReader: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.WebSocketReader: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.WebSocketSession$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.WebSocketSession$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.WebSocketWriter: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.http.cio.websocket.WebSocketWriter: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.network.selector.ActorSelectorManager: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.network.selector.ActorSelectorManager: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.network.sockets.NIOSocketImpl: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.network.sockets.NIOSocketImpl: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.network.util.TrackingContinuation: can't find referenced method 'kotlinx.coroutines.DisposableHandle invokeOnCompletion(boolean,boolean,kotlin.jvm.functions.Function1)' in program class kotlinx.coroutines.CancellableContinuation
Warning: io.ktor.util.cio.CIOKt$executor$1: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.util.cio.CIOKt$executor$1: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.util.pipeline.PipelineContext: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Copy code
Warning: io.ktor.util.pipeline.PipelineContext: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: io.ktor.util.pipeline.PipelineContext: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.ReaderJob$DefaultImpls: can't find referenced method 'java.lang.Throwable getCompletionException(kotlinx.coroutines.Job)' in program class kotlinx.coroutines.Job$DefaultImpls
Warning: kotlinx.coroutines.io.ReaderScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.ReaderScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.WriterJob$DefaultImpls: can't find referenced method 'java.lang.Throwable getCompletionException(kotlinx.coroutines.Job)' in program class kotlinx.coroutines.Job$DefaultImpls
Warning: kotlinx.coroutines.io.WriterScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.io.WriterScope$DefaultImpls: can't find referenced class kotlinx.coroutines.CoroutineScope$DefaultImpls
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
Warning: kotlinx.coroutines.time.TimeKt: can't find referenced class kotlinx.coroutines.ScheduledKt
d