Fixed
Status Update
Comments
cm...@google.com <cm...@google.com>
sp...@google.com <sp...@google.com> #2
I'd like to fix the formatting but I can't edit my issue.
yc...@gmail.com <yc...@gmail.com> #3
Our team is also running into this because we use kotlin reflection to set up mock data for previews.
Can you suggest any workaround that we can apply locally to make layout lib include kotlin reflect until it is officially fixed? We are obviously including it as a build dependency but the layout lib preview doesn't pick it up for some reason.
sp...@google.com <sp...@google.com> #4
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
Description
DESCRIBE THE ISSUE IN DETAIL:
STEPS TO REPRODUCE:
AndroidLintAnalysisTask
likelintAnalyzeDebug
on CI.AndroidLintAnalysisTask
likelintAnalyzeDebug
on another CI machine.Expected result: Cache input is reused across invocations across machines.
The
AndroidLintAnalysisTask
should use RuntimeClasspath normalization forjar
andaar
inputs instead of Relative Path normalization. See screenshot for details of the cache miss.@Classpath
.Version of Gradle Plugin: 7.2.1 Version of Gradle: 7.4.2 OS: Linux (Circle CI)