Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
em...@google.com <em...@google.com>
sp...@google.com <sp...@google.com>
au...@google.com <au...@google.com> #2
deleted
sp...@google.com <sp...@google.com> #3
(reposting under work account)
We have been hitting this issue constantly. Is it possible to configure those tasks to be non cacheable as a workaround or is that only possible inside of AGP?
sp...@google.com <sp...@google.com> #4
Currently the only way to disable caching for dexing transforms is to patch AGP manually by providing a patched DexTransform.kt
file in buildSrc
. Please see
sp...@google.com <sp...@google.com> #5
Thanks. Ignoring potential build perf impacts, if we essentially commented out the processIncrementally
block in DexingTransform.kt
and always ran non-incrementally, would that workaround this issue?
sp...@google.com <sp...@google.com> #6
Yes, always run the dex transform non-incrementally is another workaround.
an...@google.com <an...@google.com> #7
Is it possible to do same patch with included build?
an...@google.com <an...@google.com> #8
I guess so, could you give it a try?
an...@google.com <an...@google.com> #9
I've tried(not very neat) but it only work with buildSrc
Anyway, what about issue, I've tried a lot of attempts to fix and helped only turn off jacoco transformation `useJacocoTransformInstrumentation = false`.
What was changed in agp 7.4.x from 7.3.1 that break this?
Anyway, what about issue, I've tried a lot of attempts to fix and helped only turn off jacoco transformation `useJacocoTransformInstrumentation = false`.
What was changed in agp 7.4.x from 7.3.1 that break this?
Description
DESCRIBE THE ISSUE IN DETAIL:
Lint no longer works for kmp dependencies
STEPS TO REPRODUCE: