GradleDeprecationUsage

data class GradleDeprecationUsage(@Json(name = "owner") val owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") val contextualAdvice: String? = null)

Parameters

owner
contextualAdvice

Advice on how to avoid using the deprecated feature, that is specific to this particular usage. null when no advice is available.

Constructors

Link copied to clipboard
constructor(@Json(name = "owner") owner: GradleDeprecationOwner, @Json(name = "contextualAdvice") contextualAdvice: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard