F-018: AGP 8.13.2 + Gradle 8.14.5 + dependency refresh#182
Merged
Conversation
added 2 commits
July 19, 2026 01:44
Ship the dependency upgrade on the last AGP 8.x line: - All wrappers → Gradle 8.14.5 (Kotlin 2.0.21) - AGP lockstep 8.13.2; KSP 2.0.21-1.0.28; Compose 1.9.4 / compiler 2.0.21 + apply org.jetbrains.kotlin.plugin.compose when compose is enabled - Sample libs bumped to latest compatible with AGP 8.13 + compileSdk 35 (Maven-absolute core/activity need AGP 9.1 — F-019) - Migrate Forma Android features off AGP internal DSL to public api.dsl - Sample SDK min 23 / target+compile 35; CI platforms 35 - Sample API fixes for Lifecycle map/switchMap, Fragment viewLifecycleOwner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements “upgrade dependencies to latest” for Forma on the AGP 8.x terminal line.
Libraries refreshed under the AGP 8.13 + compileSdk 35 ceiling (absolute latest
androidx.core1.19 / activity 1.13 require AGP 9.1 + SDK 36/37 → F-019).Notable product fixes
internal.dslBuildType/DefaultConfig/BaseAppModuleExtension)compose=truemap/switchMap(Transformations removed)viewLifecycleOwnerverifyReleaseResourceswith safe-args); library verify tasks disabled as belt-and-suspendersVerify
plugins/,application/,includer/,depgen/,jvm-application/,bazel-adapter/BUILD SUCCESSFUL on host JDK 21Not in this PR