Gradle Deprecation Usage
constructor(@Json(name = "owner" ) owner: GradleDeprecationOwner, @Json(name = "contextualAdvice" ) 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.