When you include a `ComposeView` in an XML layout,...
# compose
n
When you include a
ComposeView
in an XML layout, does the preview work? I’m getting the error:
Copy code
java.lang.IllegalStateException: ViewTreeLifecycleOwner not found from androidx.coordinatorlayout.widget.CoordinatorLayout
My appcompat library is version 1.3.1
🚫 1