Below you will find pages that utilize the taxonomy term “kotlin-js”
Post
Ktor vs Axios for Kotlin/JS remote calls
For the vast majority of Kotlin/JS applications, you need to do remote calls. You can perform your calls from Kotlin/JS using the fetch API, but using a third party library simplifies the code. I describe in this post the pros and cons of two natural solutions.
Should you use Ktor-client and Axios for your Kotlin/JS calls?
Well, it depends if you care about the distribution size of your app.