ReporterProvider

Provides reporter instances discovered from built-in modules or external dependencies.

Properties

Link copied to clipboard
abstract val id: ReporterId

Reporter ID used in the Gradle DSL.

Functions

Link copied to clipboard
abstract fun create(options: Map<String, String> = emptyMap()): Reporter

Creates a reporter instance.