Is there any support for jetpack Compose layout using UIAutomatior2 in near future?

Currently our Dev team has started to migrate their codes to Jetpack compose layout. So while inspecting not able to find any ID locator. So can someone let me know whether in future the support for UIA2 will be there. Thanks.

UiAutomator is only capable to automate what’s accessible. Let your developers to make sure the app is still properly accessible and there should be no issues. Espresso driver though provides built-in support of compose layouts. Check https://github.com/appium/appium-espresso-driver#jetpack-compose-support for more details.