Guest User

Untitled

a guest
Jan 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. include ':app', ':domain', ':data'
  2.  
  3. include ':presentation_common'
  4. project(':presentation_common').projectDir = new File(rootDir, 'presentation/common')
  5. include ':presentation_list'
  6. project(':presentation_list').projectDir = new File(rootDir, 'presentation/list')
  7. include ':presentation_edit'
  8. project(':presentation_edit').projectDir = new File(rootDir, 'presentation/edit')
Add Comment
Please, Sign In to add comment