Main project
build.gradle
allprojects { group = 'in.owlhost.recipe_book' version = '1.0-SNAPSHOT' }
settings.gradle
rootProject.name = 'recipe_book' include ':core', ':api'