react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

Configuration Cache Issue: “Cannot reference a Gradle script object from a Groovy closure”

Open Prince593 opened this issue 2 months ago • 0 comments

When enabling Gradle Configuration Cache, builds fail with the following error:

Cannot reference a Gradle script object from a Groovy closure as these are not supported with the configuration cache.

I’ve opened a pull request that resolves this issue by updating the affected Gradle configuration to be fully compatible with the Configuration Cache:

🔗 PR: https://github.com/margelo/react-native-worklets-core/pull/257

Added type: Delete to the task & removed doFirst

Prince593 avatar Nov 15 '25 14:11 Prince593