`@Preview` annotation not working in library modul...
# compose
v
@Preview
annotation not working in library module. Is this intentional? I am getting this issue:
Copy code
The following classes could not be instantiated:
- androidx.compose.ui.tooling.preview.ComposeViewAdapter
z
Preview not working in library modules is a known bug: https://issuetracker.google.com/issues/160491871
v
Thanks for the intimation.