Currently all artifacts are put in jetify_include_list whether they use old support libs are not. We can use ResolvedComponentResult API to traverse transitives of each artifact and determine jetify is really needed or not.
Rewrite JetifierDataExtractor to be cacheable Gradle task preferably.
Currently all artifacts are put in
jetify_include_list
whether they use old support libs are not. We can useResolvedComponentResult
API to traverse transitives of each artifact and determine jetify is really needed or not.Rewrite
JetifierDataExtractor
to be cacheable Gradle task preferably.Blocked by #89