forNamespace

abstract fun forNamespace(namespace: String): ProblemReporter(source)

Return a problem reporter associated with a plugin.

The namespace provides separation for identical problems emitted from different components (Gradle core and third-party plugins).

Return

The problem reporter.

Since

8.6