Is there a way to automatically remove @Preview fr...
# compose-desktop
s
Is there a way to automatically remove @Preview from production code?
a
It's marked as
Copy code
@Retention(AnnotationRetention.SOURCE)
So it's already not in the binary
s
Thanks
@Alexander Maryanovsky the annotation is removed but the rest still gets compiled?
👍🏻 1
a
Yes