Skip to content

fix: AGP 8.11.1 does not exist, use 8.13.2 + sync Kotlin 2.3.20#688

Merged
ThomasGorisse merged 1 commit intomainfrom
claude/check-progress-Digzb
Mar 21, 2026
Merged

fix: AGP 8.11.1 does not exist, use 8.13.2 + sync Kotlin 2.3.20#688
ThomasGorisse merged 1 commit intomainfrom
claude/check-progress-Digzb

Conversation

@ThomasGorisse
Copy link
Contributor

Summary

  • AGP 8.11.1 was confused with Gradle wrapper 8.11.1 — the artifact doesn't exist on Google Maven. Updated to 8.13.2 which is the real version.
  • Synced Kotlin from 2.1.212.3.20 in root build.gradle to match the version catalog.
  • Updated deprecated 'kotlin-android' plugin ID to 'org.jetbrains.kotlin.android' in library modules.

Root cause

Every CI run since the v3.2.1 sweep has been failing because com.android.tools.build:gradle:8.11.1 cannot be resolved from any Maven repository — it simply does not exist. The Gradle wrapper version is 8.11.1, but the Android Gradle Plugin version must be a valid AGP release.

Test plan

  • CI ./gradlew assembleDebug passes
  • All sample builds pass
  • Unit tests pass

https://claude.ai/code/session_01FpJ8JiZ4KVBhkJcUtCM35P

AGP version 8.11.1 was confused with Gradle wrapper 8.11.1 — the
artifact does not exist on Google Maven. Revert to 8.13.2 which was
the working version before the erroneous downgrade.

Also sync Kotlin from 2.1.21 → 2.3.20 in root build.gradle to match
the version catalog, and use canonical plugin ID in library modules.

https://claude.ai/code/session_01FpJ8JiZ4KVBhkJcUtCM35P
@ThomasGorisse ThomasGorisse merged commit 1ba7edb into main Mar 21, 2026
1 of 2 checks passed
ThomasGorisse pushed a commit that referenced this pull request Mar 21, 2026
The last passing CI (82d302e) used AGP 8.11.1 and the kotlin-android
shorthand plugin ID. PR #688 incorrectly changed AGP to 8.13.2 and
the plugin IDs to org.jetbrains.kotlin.android.

https://claude.ai/code/session_01FpJ8JiZ4KVBhkJcUtCM35P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants