This repository is created to showcase the practical intro to KMM
The "Practical intro to KMM" is a short guide that covers the essential information you need to know to create a Kotlin Multiplatform app. It includes information on the unique features and functions of KMM, the methodology for cross-platform development, and helpful libraries. This resource provides a practical introduction to KMM, helping you get started with creating your own app.
The app fetches data from an API, stores it in a multiplatform database, and displays it to the user. If the data was fetched within the last three minutes, the app will retrieve it from cache instead of making a new API request. The app uses Multiplatform classes to perform these tasks.