The first step on your Kotlin Multiplatform journey — changing your microservices.
The mobile apps that we use today wouldn’t be very useful without APIs and the same can be said about APIs — without nice UIs the information from calling APIs isn’t very consumable. When I first started in mobile development many years ago I always had the dream of creating reusable SDKs for our internal APIs to make integration faster and easier on our apps. Just for clarity, our internal APIs are internet-facing however they can only be consumed using an authenticated token and by our own clients. So why couldn’t we provide SDKs just like the big tech companies provide for their public-facing APIs?
You can read more here.