tasks have build cache misses (specifically for Android projects building a release variant) even though nothing apparent changed in those modules.
What's the best way to debug this?
t
tapchicoma
08/01/2021, 9:03 AM
Create a build scan with
-Dorg.gradle.caching.debug=true
flag on CI and then locally for the same task. Then compare the difference in inputs for tasks that missed the cache.
BTW which Kotlin version are you using?