What problem does it solve? KMP apps must ship with a Privacy Policy and Terms & Conditions that accurately reflect what data the code actually collects, and store listings (Google Play Data Safety, App Store privacy labels) must match those documents. Writing these by hand is error-prone and quickly drifts out of sync as new SDKs are added. ## Core Features & Use Cases - Auto-detection scanner: detect_data_collection.py scans Kotlin, Swift, XML, and version catalog files for 17 data-collection signals (analytics, crash reporting, location, camera, biometrics, payments, and more) and reports gaps or conflicts against an existing policy. - Tailored document generation: Produces Privacy Policy and Terms & Conditions markdown from a questionnaire, with GDPR, CCPA, and store-specific sections included only when relevant. - Store listing mapping: Fills in Google Play Data Safety rows and App Store App Privacy categories from the same answers. - In-app display and consent: Provides a LegalDocsScreen composable and a version-pinned consent gate using DataStore and BuildKonfig, plus a CI gate that fails the build when code and policy drift apart. - Use Case: Before releasing a KMP shopping app, run the scanner, answer the remaining jurisdiction questions, and generate both legal documents plus the store listing tables in one pass. ## Quick Start Ask the agent to scan your KMP project for data collection and generate a Privacy Policy and Terms & Conditions with the matching Google Play and App Store disclosure tables.