Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Last active February 4, 2016 17:42
Show Gist options
  • Save miquelbeltran/1086c9e3607c4c5de7e4 to your computer and use it in GitHub Desktop.
Save miquelbeltran/1086c9e3607c4c5de7e4 to your computer and use it in GitHub Desktop.
project(':project1'){}
project(':project2') {
dependencies {
compile project(':project1')
}
}
include 'project1', 'project2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment