I'm trying the new composable functions in AS 4 bu...
# android
s
I'm trying the new composable functions in AS 4 but where is the preview window? I have no preview window..
✔️ 1
m
Do you have a function with the
@Preview
annotation? Without that, you will not have a preview pane. FWIW, the #compose channel is dedicated for Jetpack Compose questions.
👍 1
s
yes It needed the
@Preview
and a couple restart invalidate caches