com.hiya.jacoco-android
Owner: Tony Robalik
Gradle plugin that creates JaCoCo test reports for Android unit tests
https://github.com/autonomousapps/jacoco-android-gradle-plugin
Sources: https://github.com/autonomousapps/jacoco-android-gradle-plugin
Version 0.1.4
0.1.4
Created 27 November 2019.
Gradle plugin that creates JaCoCo test reports for Android unit tests
Add this plugin to your build using the plugins DSL:
plugins {
id("com.hiya.jacoco-android") version "0.1.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.hiya:jacoco-android:0.1.4") } } apply(plugin = "com.hiya.jacoco-android")
- Applying plugins to all subprojects .