Rebecca Franks
04/23/2026, 9:19 AMandrew
04/23/2026, 2:41 PMandrew
04/23/2026, 2:47 PMandrew
04/23/2026, 3:07 PMandrew
04/23/2026, 3:08 PMandrew
04/23/2026, 3:21 PMagrosner
04/24/2026, 3:10 PMagrosner
04/24/2026, 3:11 PMJonas
04/30/2026, 5:01 AMPreviewWrapper and uses the PreviewWrapperProvider class as annotation, this should be the other way around.
The blog post talks about it supporting @MultiPreview , am I right in my understanding that this is not any special annotation offered but the custom annotation we have in our project that just uses multiple times the @Preview annotation (like this)?
If so, this does not seem to work, as the annotation targets functions and not other annotations: @Target(AnnotationTarget.FUNCTION)Jonas
04/30/2026, 5:17 AM