Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. apply plugin: 'com.android.test'
  2.  
  3. android {
  4. targetProjectPath ':ComponentOne'
  5. }
  6.  
  7. dependencies {
  8. implementation project(':ComponentOne')
  9. implementation project(':ComponentTwo')
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement