To reference bootstrap from any project follow these steps:
- Add bootstrap to your projects
settings.gradle
include 'bootstrap', ':{yourAppModule}'
project(':bootstrap').projectDir = new File(bootstrapLocation)
- Create a new
gradle.properties
file with the path to bootstraps location
bootstrapLocation={pathOnYourFileSystem}/bootstrap/core