Gradle Deprecation Usage
data class GradleDeprecationUsage(@Json(name = "owner" ) val owner: GradleDeprecationOwner, @Json(name = "contextualAdvice" ) val contextualAdvice: String? = null)
Parameters
owner
contextual Advice
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)