Would I be able to preview components in my librar...
# compose
z
Would I be able to preview components in my library, without increasing the size of the library? Or would those preview composables be included in the library as well?
d
Previews should be stripped out by R8, unless for some reason you're referencing those preview functions elsewhere in your code.