Compose 1.12 wants compileSdk 37. Which AGP is right?

Compose 1.12, shipped in BOM 2026.08.00, requires `compileSdk 37` and Android Gradle Plugin 9.

The minimum AGP version is documented as 9.1.1 in the release blog and 9.2.0 in the Compose Material notes, so set 9.2.0 and avoid the conflict.

Two quieter changes ship in the same release: click semantics must run on the main thread, and `BasicSecureTextField` changes its default obfuscation.

Read the full post

Read the full post