You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Studio's Layout Inspector has specific support for Jetpack Compose components, including recompositions. However, this requires certain files to be present in the final APK:
Note: If you're not seeing Compose components in layout inspector, make sure you are not removing META-INF/androidx.compose.*.version files from the APK. These are required for layout inspector to work.
Android Studio's Layout Inspector has specific support for Jetpack Compose components, including recompositions. However, this requires certain files to be present in the final APK:
These show up in the deploy jar, but get filtered out of the APK. When building rules_kotlin's Compose example:
The text was updated successfully, but these errors were encountered: