Any news on when the 'JB Compose' builds are going...
# compose-desktop
d
Any news on when the 'JB Compose' builds are going to incorporate the upstream fix for the crippling IDE bug with
@Preview
's, that means Android previews only show:
Copy code
The following classes could not be found:
- androidx.compose.ui.tooling.preview.ComposeViewAdapter
This bug originally affected Arctic Fox users for pure Android Dev; and could be resolved by forcing Gradle to resolve an older
-beta09
version of the
ui-tooling
dependency; however with JB's Multiplatform Compose, I can't get anything to work (including forcing by resolution strategy), the result is always duplicate class errors since both the JB and Android artifact end up somehow being included. I'm assuming the only practical resolution is to wait for the upstream fix to be merged-in, has anyone else worked around it?
I'm using the latest JB compose
1.0.0-alpha4-build321
. Thought it might be resolved by using Bumblee but still not:
i
It looks like the issue was marked as Fixed before the previous rebase, so I am not sure will it be fixed in the current rebase (1.0.0-alpha4-build328).
Maybe it was fixed in RC branch that day 🤔