Skip to content

Instantly share code, notes, and snippets.

@marukami
Created August 7, 2018 03:05
Show Gist options
  • Save marukami/6a8107c2f06aa0c0e05fdbe82960f494 to your computer and use it in GitHub Desktop.
Save marukami/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