Hello All Is there any way to enable @Preview for ...
# compose
n
Hello All Is there any way to enable @Preview for Composable from common shared code base ? Like any dependecies which we can use in
commonMain
so it can be preview from common components ?
j
Only from androidMain at the moment. Jetbrains working on fixing for common in the future, hopefully soon 🙂
a
You can also run a preview from desktopMain, in case you target that platform
n
Okay thanks actually i want for iOS as well so. Thanks again for help 🙇