ComposeSample
ComposeSample copied to clipboard
chore(deps): Upgrade Gradle and dependencies
- Bump Gradle version from 8.5 to 9.0.0
- Update Kotlin to 2.2.20 and AGP to 8.13.0
- Upgrade Compose BOM to 2025.09.01 and Material3 to 1.4.0
- Add and configure Kotlin Compose compiler plugin support
- Update core libraries including Hilt, Navigation, and Room
- Enable K2 compiler frontend mode
- Adapt to the new Compose Material Icons library
- Fix build warnings and deprecated API usages caused by dependency updates
chore(deps): 升级 Gradle 和依赖库版本- 将 Gradle 版本从8.5 升级到 9.0.0
- 更新 Kotlin 版本至 2.2.20,AGP 至 8.13.0- 升级 Compose BOM 至 2025.09.01,Material3 至 1.4.0
- 添加并配置 Kotlin Compose 插件支持
- 更新 Hilt、Navigation、Room 等核心库版本
- 配置 Kotlin 编译器前端为 K2 模式
- 适配新版 Compose Material Icons 库
- 修复因依赖升级引起的编译警告和过时 API 使用问题