Http Request with Ktor-client, Jetpack Compose Android project example
Introduction
Advantages of using Ktor Client:
Cross-platform support: Unlike Retrofit, which is Java-based and has different implementations for Android and iOS, Ktor is built on Kotlin Multiplatform Mobile (KMM). This means you can create both iOS ...
rhythamnegi.hashnode.dev7 min read