darkmoon_uk
08/27/2021, 1:14 PM@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?1.0.0-alpha4-build321
. Thought it might be resolved by using Bumblee but still not:Igor Demin
08/27/2021, 8:36 PM