sergio-sastre/ComposablePreviewScanner

Add support for Glance previews

Opened this issue · 0 comments

It currently works with AndroidPreviews and Jetbrains Compose Multiplatform Previews in the "common" source out of the box.

However, Glance Previews are also a different dependency and support height and width only.
Since they have AnnotationRetention.Binary, ComposablePreviewScanner can support them.
https://developer.android.com/reference/kotlin/androidx/glance/preview/Preview

Remark: Glance Previews are still experimental.