Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #2
It seems like AGP accesses app/src/androidTestDebug/AndroidManifest.xml
, so we should also investigate that (see the Build configuration inputs
tab in the HTML report).
hu...@google.com <hu...@google.com> #3
sh...@gmail.com <sh...@gmail.com> #4
Thank you!
Description
Using the attached project, and running
./gradlew help --configuration-cache
generates output that looks like:Opening the HTML report shows that
kotlin-android
plugin readsAndroidManifest.xml
, causing configuration cache to be invalidated when manifest changes (see attachment).Note that the project is using
org.gradle.internal.instrumentation.agent=true
property that triggers this detection.