A cookiecutter 🍪 template for bootstrapping new Android Example with Jetpack Compose projects for this repo!
Install cookiecutter (via homebrew on mac/linux):
brew install cookiecutter
Navigate to android-examples
directory:
cd android-examples
Run cookiecutter tool by passing in the template directory as argument:
cookiecutter cookiecutter-android-compose-example/
You'll be prompted for various configuration options - see cookiecutter.json
for the full list.
To accept the configuration option you see in brackets, simply hit Enter.
Note: Make sure you have the
dependencies.gradle
file at the root of android-examples directory, since the template creates an android project that references that file for dependency versioning.