io.kitkit.coverage
Owner: rob boll
these aren't the droids you're looking for
Sources: https://github.com/kitkitcode/gradle-base
Version 0.10.62 (latest)
0.10.62
Created 19 October 2015.
these aren't the droids you're looking for
Add this plugin to your build using the plugins DSL:
plugins {
id("io.kitkit.coverage") version "0.10.62"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.io.kitkit.gradle:gradle-base:0.10.62") } } apply(plugin = "io.kitkit.coverage")
- Applying plugins to all subprojects .