This is a simple Kotlin Compose Multiplatform application that allows users to select a country and display its local time.
This is my first attempt building an application wit Kotlin CMPP.
This project is built using Compose Multiplatform and Jetpack Compose, enabling the app to run on multiple platforms (Android, Desktop) with a single codebase. The app features an interface where users can choose a country from a list and view the current local time for that selected country.
- Select a country from a list.
- Display the local time of the selected country.
- Cross-platform support using Kotlin Multiplatform.
This project is from the Tutorial Create your own application from jetbrains.com.