Hello, everyone! 👋
I upgraded to Compose 1.0.0-alpha05 and all my instrumented tests on modules outside
:app
are no longer working because it can not find the
ComponentActivity
registered in the debug
AndroidManifest.xml
. Is it the expected behavior now? Should we have one debug Manifest for each library modules?
It worked fine on Compose 1.0.0-alpha04.
Issue tracker opened with more info:
https://issuetracker.google.com/issues/186019857
n
nitrog42
04/22/2021, 4:23 PM
and with fragment 1.3.3 it seems I cannot use the = viewModel() provider in a composable :s