Skip to content

Instantly share code, notes, and snippets.

@mtilbrook-dev
Created August 7, 2018 03:05
Show Gist options
  • Save mtilbrook-dev/6a8107c2f06aa0c0e05fdbe82960f494 to your computer and use it in GitHub Desktop.
Save mtilbrook-dev/6a8107c2f06aa0c0e05fdbe82960f494 to your computer and use it in GitHub Desktop.
def mainSrc = [
'src/main/java',
"src/$productFlavorName/java",
"src/$buildTypeName/java"
// Kotlin src folders
'src/main/kotlin',
"src/$productFlavorName/kotlin",
"src/$buildTypeName/kotlin"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment