androidNativeBundle icon indicating copy to clipboard operation
androidNativeBundle copied to clipboard

Support configuration cache feature

Open marandaneto opened this issue 2 years ago • 3 comments

https://docs.gradle.org/current/userguide/configuration_cache.html

AGP 7.0.1 Gradle 7.2

Configuration cache state could not be cached: field 'closure' from type 'org.gradle.api.internal.AbstractTask$ClosureTaskAction': error writing value of type 'com.yy.android.gradle.nativedepend.NativeBundleImportPlugin$_apply_closure3' Configuration cache state could not be cached: field 'variants' from type 'com.yy.android.gradle.nativedepend.NativeBundleImportPlugin$_apply_closure3': error writing value of type 'groovy.lang.Reference'

marandaneto avatar Aug 30 '21 06:08 marandaneto

Thanks, i will take some time to support gradle 7.2

howardpang avatar Sep 02 '21 00:09 howardpang

Configuration cache is not easy to support, it will take more time , i suggest you to close the cache temporary

howardpang avatar Nov 22 '21 04:11 howardpang

no worries, we're not in a hurry.

This feature is currently highly experimental and not enabled by default.

marandaneto avatar Nov 22 '21 09:11 marandaneto