Fixed
Status Update
Comments
am...@google.com <am...@google.com>
at...@google.com <at...@google.com> #2
What would need to change for this to work (in Electric Eel+, right?)?
Is this a CL we can raise or are there reasons that we don't want to do this?
ls...@google.com <ls...@google.com> #3
This was recently done, and it is already available using version 1.3.0-alpha02
for compose ui:
implementation "androidx.compose.ui:ui:1.3.0-alpha02"
implementation "androidx.compose.ui:ui-tooling-preview:1.3.0-alpha02"
at...@google.com <at...@google.com> #4
Excellent, thanks!
Description
The annotation retention for this feature means that they do not work in libraries.
```
@Retention(AnnotationRetention.SOURCE)
annotation class Preview(
```
It would be good to be able to define templates for previews such as