Kotlin Multiplatform Development
 

Share more logic between iOS and Android

Edit pageLast modified: 16 December 2024

Now that you've implemented common logic using external dependencies, you can start adding more complex logic. Network requests and data serialization are the most popular use cases for sharing code using Kotlin Multiplatform. Learn how to implement these in your first application, so that after completing this onboarding journey you can use them in future projects.

The updated app will retrieve data over the internet from the SpaceX API and display the date of the last successful launch of a SpaceX rocket.