ANTIGRAVITY LABJP
TAG

gradle

2 articles
Back to all tags
Related:
android2antigravity1ai-studio1jetpack-compose1troubleshooting1coreLibraryDesugaring1crash1
App Dev/2026-06-27Advanced

Before AI Studio's Gradle and AGP Versions Quietly Break Your Existing App

When you drop an AI Studio-generated Kotlin/Compose screen into an existing Android app, the AGP, Kotlin, and library versions drift and the build breaks silently. Here is how to pin a single source of truth with a version catalog and add a gate that inspects the generated declarations at the import boundary, with measurements and code.

App Dev/2026-05-15Intermediate

Library Added via Antigravity Crashes Only on Older Android Devices: The coreLibraryDesugaring Blind Spot

When a library added through Antigravity starts crashing only on Android 6/7 devices, the culprit is often missing coreLibraryDesugaring config. Learn how to diagnose and fix it from a real-world case.