Closed caller9 closed 3 years ago
Is there a release planned including this (when)?
Is there a release planned including this (when)?
Release is coming this week barring any unforeseen issues.
Version 0.10.3 is released https://developers.google.com/android/guides/releases#april_05_2021.
This set of changes will make the tasks compatible with Gradle 7 as well as making the tasks cacheable. The largest change was to the DependencyTask class where a new
@Input
annotated method was created. This returns a serializable, sorted list from the set of direct dependencies for the app and any library projects.Gradle 7 deprecation warnings were based on the use of a Groovy
field
instead of aproperty
. Additionally, the previous@Input
annotated field ofconfigurations
was not serializable so it could not be used as a key.fixes #68, fixes #146, fixes #165, fixes #166