Skip to content

Instantly share code, notes, and snippets.

@mtilbrook-dev
Created November 12, 2018 00:28
Show Gist options
  • Select an option

  • Save mtilbrook-dev/33c7c3d7cb3673e695f7b4a7cb181c87 to your computer and use it in GitHub Desktop.

Select an option

Save mtilbrook-dev/33c7c3d7cb3673e695f7b4a7cb181c87 to your computer and use it in GitHub Desktop.

Revisions

  1. Mitchell Tilbrook created this gist Nov 12, 2018.
    8 changes: 8 additions & 0 deletions build.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    subprojects {
    afterEvaluate { project ->
    BaseExtension android = project.extensions.findByName("android")
    if (android != null) {
    enableJacoco(project)
    }
    }
    }