-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Describe the bug
I'm trying to preview my composables on the android side to see what I'm doing before compiling.
I have added the preview tooling lib to the androidMain
And then used the @Preview annotation on my androidmain package inside my shared folder
I cannot even see the preview icon on the top right corner to see the composable preview
This is my setup
Affected platforms
Select one of the platforms below:
- All
iOS(we don't support Preview on iOS, @dima-avdeev-jb )- Android
Versions
- Kotlin version*: 1.9.0
- Compose Multiplatform version*: 0.6.1
- OS version(s)* (required for Desktop and iOS issues):
- OS architecture (x86 or arm64):
- JDK (for desktop issues): corretto-17
Expected behavior
I should be able to see the preview
Reactions are currently unavailable


