Last active
April 4, 2016 07:37
-
-
Save mbelsky/7585d9bc934a27a04fab52c3a17177ad to your computer and use it in GitHub Desktop.
Code to split wide 'res' folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sourceSets { | |
main { | |
res.srcDirs = [ | |
'src/main/res-main', | |
'src/main/res-screen/about', | |
'src/main/res-screen/chat', | |
'src/main/res-screen/event-detail', | |
'src/main/res-screen/event-list', | |
'src/main/res-screen/home', | |
'src/main/res-screen/login', | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment