This is a simple movie app built with Kotlin Multiplatform (KMP) using Jetpack Compose for UI, Ktor for networking, and Coil for image loading. The app fetches movie data from an API and displays it in a list.
- Fetches movie data from an API
- Displays a list of movies with images and details
- Uses Ktor for networking
- Uses Coil for image loading
- Built with Kotlin Multiplatform (KMP)
- Clone the repository:
git clone https://github.com/ShahzaibAli02/MoviesAppKMP.git
- Set your TMDB api key :
val bearerToken = "TMDB_API_KEY"