Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prokash-sarkar/8e84b3e8d2ac21194ae5e4c47683064b to your computer and use it in GitHub Desktop.
Save prokash-sarkar/8e84b3e8d2ac21194ae5e4c47683064b to your computer and use it in GitHub Desktop.
afterEvaluate { project ->
def projectName = project.name
if (isAndroidModule(project)) setupAndroidReporting()
else setupKotlinReporting()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment