Atul Gupta
06/03/2024, 6:56 PMComposeView
and adds a private composable in the init block(since composable is private I can’t access it from the test code)
And I need the wrapper as I need to use this UI in legacy view by inflating the ComposeView
Should I use espresso and Roboelectric?