Hi guys, is the new `@androidx.compose.ui.tooling....
# compose
j
Hi guys, is the new
@androidx.compose.ui.tooling.preview.Preview
annotation working generally in any target ? Not sure why, but if I change the old preview for this one, in
jvmMain
target, the AS doesn't offer any preview, having the annotated composable in
commonMain
works fine
s
If you are referring to the Unified `@Preview` annotation, looks like it only works in
commonMain
as you found out