The following classes could not be found:
- androidx.compose.ui.tooling.preview.ComposeViewAdapter
f
Fabio
07/02/2021, 5:42 AM
sounds like missing
implement
in gradle ?
t
Tolriq
07/02/2021, 5:57 AM
No it's a packaging issue the RC01 have this class in the package androidx.compose.ui.tooling and no more in androidx.compose.ui.tooling.preview but IDE have .preview hardcoded.
Tolriq
07/02/2021, 6:00 AM
Good news is that reverting ui-tooling beta09 works with RC01.