Philip W
06/05/2023, 3:05 PMProvider<ResolvedComponentResult>
as task/worker parameter input. According to the guideline, this is safe with configuration cache: For example, if you reference some ResolvedComponentResult instances, you should instead declare a Provider<ResolvedComponentResult> as an input to your task. Such a provider can be obtained by invoking ResolutionResult.getRootComponent().
But I still get this error message: Cannot fingerprint input property 'resolvedComponentResult$build_logic': value '[project :ir]' cannot be serialized.
Is this not supported with project dependencies?