Status Update
Comments
js...@google.com <js...@google.com>
je...@google.com <je...@google.com>
is...@google.com <is...@google.com>
bi...@google.com <bi...@google.com> #2
iv...@gradle.com <iv...@gradle.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.
hu...@google.com <hu...@google.com> #4
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
iv...@gradle.com <iv...@gradle.com> #5
I do not see this issue in Electric Eel Beta 4, but I do see it in Flamingo Canary 6.
Is it with the very same project? I'm trying to rule out whether this is related to specific library/compiler versions.
Thanks!
hu...@google.com <hu...@google.com> #6
Yes, that was with the same project. I can double check with the latest versions of each IDE and get back to you though.
hu...@google.com <hu...@google.com> #7
Correction: I was either mistaken before, or behavior has changed, but I am now getting the KotlinReflectionNotSupportedError
issue for IDE compose previews in both EE Beta 5 and Flamingo Canary 8.
Kotlin 1.6.21 AGP 7.3
jf...@block.xyz <jf...@block.xyz> #8
hu...@google.com <hu...@google.com> #9
an...@google.com <an...@google.com> #10
Diego, this looks to be the same problem as
Description
Please disable caching of the
MergeSourceSetFolders
using@DoNotCacheByDefault
which is available in Gradle 7.0. The task is mostly moving files on the disk and does not benefit from caching.