I want to create a task with a WorkAction using `P...
# community-support
p
I want to create a task with a WorkAction using
Provider<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?