I am using Flamingo and a KMP library with Compose...
# android-studio
j
I am using Flamingo and a KMP library with Compose. In order to see the preview updated, I have to manually press the build button. Is there plans to improve the preview in KMP libraries? One improvement is changing the code inside
commonMain
would update the preview which is in
androidMain
automatically (currently I need to press the build button). The best improvement would be having a KMP
Preview
annotation, or multiple preview annotation which can be used in common, like
AndroidPreview
or
DesktopPreview
and allowing to have the previews directly in the common code