Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.problems
/
ProblemGroup
Problem
Group
API
@
Incubating
open
class
ProblemGroup
(
source
)
Specifies the main categories of problems.
Members
Constructors
Problem
Group
Link copied to clipboard
API
constructor
(
id
:
String
)
Properties
DEPRECATION_ID
Link copied to clipboard
API
val
DEPRECATION_ID
:
String
=
"deprecation"
GENERIC_ID
Link copied to clipboard
API
val
GENERIC_ID
:
String
=
"generic"
id
Link copied to clipboard
API
open
val
id
:
String
TYPE_VALIDATION_ID
Link copied to clipboard
API
val
TYPE_VALIDATION_ID
:
String
=
"type_validation"
VERSION_CATALOG_ID
Link copied to clipboard
API
val
VERSION_CATALOG_ID
:
String
=
"version_catalog"