-
You mught wanna check this interesting repo. https://github.com/Aldikitta/KtorClientComposeTemplate
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I'm going to hit you with a "it depends" though whether to use ktor or retrofit. If there is any part of you that thinks you're going to support multiplatform, then ktor with no discussion. Retrofit has come out and said that's not on their road map. There is another option called ktorfit which from the name you can guess is like retrofit but built on top of ktor to support multiplatform.
-
Ktorfit
HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native, WasmJs)) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit
I'm going to hit you with a "it depends" though whether to use ktor or retrofit. If there is any part of you that thinks you're going to support multiplatform, then ktor with no discussion. Retrofit has come out and said that's not on their road map. There is another option called ktorfit which from the name you can guess is like retrofit but built on top of ktor to support multiplatform.