Deep Patel
06/28/2024, 6:13 PMcommonMain
when using Android studio? I’m not able to see previews and it’s making iterating a bit longer than I’d likePablichjenkov
06/28/2024, 6:59 PMChrimaeon
06/28/2024, 6:59 PMDeep Patel
06/28/2024, 10:23 PMwrapping your commonMain widgets in an Android preview
Pablichjenkov
06/28/2024, 11:30 PMandroidMain
create a Composable that just calls your Composable in commonMain
. Actually, technically speaking is not a wrapper in terms of software but an encapsulating
function.
I think they do this in project Appyx, they have an android-only separate module just for PreviewsPablichjenkov
06/28/2024, 11:33 PMdylan
06/29/2024, 7:34 AM