How to call rest API using kotlin multiplatform de...
# compose-desktop
p
How to call rest API using kotlin multiplatform desktop app? Any one have Github demo?
j
you have multiple alternatives, but "the official one" is Ktor, which has server and client implementations
m
You can use Ktor client for making api calls with KMP. Take a look at this app https://github.com/MohamedRejeb/Pokedex
986 Views