The source code of my Jetpack compose app is loaded with @Preview composables.
I prepared my app for release by removing all these @Preview composables from the source code, as we do, for example, with the log methods.
Is there any way to automate this removal process? More, is it really necessary to remove the @Preview composables from the source code?
Thanks,