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:
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?