Diagnose a ViewCompose layout from an allowlisted compiled Preview and its structured post-layout facts. Use for clipping, zero-size, or text-layout issues, not screenshot comparison or arbitrary image analysis.
Retrieve exact ViewCompose APIs, component contracts, dependencies, and compiled samples when answering framework usage questions. Do not use it for generic Android APIs or for implementing unrelated UI frameworks.
Convert supported Android layout XML or explicit Android project context to deterministic ViewCompose Kotlin, then integrate it with compile-backed evidence. Use only when ViewCompose is the requested target; do not claim automatic conversion for custom…
Create or change an Android screen using ViewCompose with exact API retrieval and compile-backed delivery. Use only when the user chose ViewCompose, not Jetpack Compose or XML as the target framework.
Review ViewCompose Kotlin for real API use, lifecycle, accessibility, and validation evidence. Use for review or diagnosis; do not modify files unless the user also asks for fixes.
Validate ViewCompose Kotlin before delivery using deterministic static and hermetic compile evidence, with Preview diagnosis only for covered allowlisted targets. Do not use for generic Kotlin that does not depend on ViewCompose.