react-native-worklets-core
react-native-worklets-core copied to clipboard
Configuration Cache Issue: “Cannot reference a Gradle script object from a Groovy closure”
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