This project showcases Jetpack Compose and KMM
- Latest Android Canary
- JDK 11 as required by Android Gradle Plugin 7
- Create a developer account on https://www.themoviedb.org/ and generate an API key
- Add the apiKey on local.properties file:
// local.properties
apiKey="your_api_key"