Skip to content

Instantly share code, notes, and snippets.

@goofyahead
Created June 26, 2018 12:30
Show Gist options
  • Save goofyahead/af8735f2732bb63214ccf12fcf174684 to your computer and use it in GitHub Desktop.
Save goofyahead/af8735f2732bb63214ccf12fcf174684 to your computer and use it in GitHub Desktop.
def androidExclusion = [
'**/databinding/**/*.*',
'**/android/databinding/*Binding.*',
'**/BR.*',
'**/R.*',
'**/R$*.*',
'**/BuildConfig.*',
'**/Manifest*.*',
'**/*_MembersInjector.*',
'**/Dagger*Component.*',
'**/Dagger*Component$Builder.*',
'**/*Module_*Factory.*',
'**/*Fragment*.*',
'**/*Activity*.*',
'**/*Adapter*.*',
'**/*ViewPager*.*',
'**/*ViewHolder*.*',
'**/*Module*.*'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment