chore: [ANDROSDK-2375] update Gradle 9.5.0, AGP 9.3.1 and Kotlin 2.4.10 - #2694
Merged
Conversation
vgarciabnz
marked this pull request as draft
August 7, 2026 10:49
vgarciabnz
force-pushed
the
ANDROSDK-2375
branch
from
August 20, 2026 16:07
98e9634 to
c545011
Compare
|
vgarciabnz
marked this pull request as ready for review
August 21, 2026 14:33
andresmr
approved these changes
Aug 24, 2026
taridepaco
approved these changes
Aug 24, 2026
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.



Bumps Gradle to 9.5.0, AGP to 9.3.1, Kotlin to 2.4.10, and KSP to 2.3.11 (matching Kotlin 2.4.x compatibility fixes). Migrates
coreandinstrumented-test-appoff the standalonekotlin-androidplugin to AGP 9's built-in Kotlin support, fixes asourceSetsDSL inconsistency incore/build.gradle.ktsthat crashed under AGP 9's stricter source-set model, and resolves a generated resources directory eagerly since AGP 9 no longer accepts a lazyProviderthere.The plugin "binary-compatibility-validator" is no longer compatible with AGP9 because the way it is hooked into the gradle tasks. As a replacement, the built-in Kotlin plugin has been enabled, although a known issue make it not work correctly. There is third-party plugin that creates the bridge until a proper solution for Android libraries is in place.
Verified locally: configuration,
:core:compileDebugKotlin,:core:assembleDebug, and:core:testDebugUnitTestall pass.Dokka plugin updated to version 2.x. It required a change in the Dokka workflow (check here).
Related task: ANDROSDK-2375