An open API service indexing awesome lists of open source software.

https://github.com/concretesolutions/composekmmmoviesapp


https://github.com/concretesolutions/composekmmmoviesapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

![Pre Merge Checks](https://github.com/concretesolutions/ComposeKmmMoviesApp/workflows/Pre-merge%20checks/badge.svg?event=push)

# ComposeKmmMoviesApp
This project showcases Jetpack Compose and KMM

# Android app setup instructions

## Requirements:
- Latest Android Canary
- JDK 11 as required by Android Gradle Plugin 7

## Api usage
- 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"
```