Skip to content

Update plugin android-library to v9#515

Open
juul-mobile-bot wants to merge 4 commits into
mainfrom
renovate/com.android.library-9.x
Open

Update plugin android-library to v9#515
juul-mobile-bot wants to merge 4 commits into
mainfrom
renovate/com.android.library-9.x

Conversation

@juul-mobile-bot

@juul-mobile-bot juul-mobile-bot commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
com.android.library (source) plugin major 8.13.29.2.0

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@sdonn3 sdonn3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need some bigger changes before this can be merged, looking at the changelog + CI failure

@juul-mobile-bot juul-mobile-bot force-pushed the renovate/com.android.library-9.x branch from b9488af to 4a33a9d Compare February 5, 2026 09:54
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/com.android.library-9.x branch from 4a33a9d to f7d1312 Compare February 16, 2026 10:00
@twyatt twyatt enabled auto-merge (squash) February 19, 2026 19:57
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/com.android.library-9.x branch from f7d1312 to 56c9656 Compare March 4, 2026 09:45
@juul-mobile-bot juul-mobile-bot force-pushed the renovate/com.android.library-9.x branch from 56c9656 to 0691233 Compare April 22, 2026 10:00
@juul-mobile-bot

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@twyatt

twyatt commented May 18, 2026

Copy link
Copy Markdown
Member

@twyatt twyatt disabled auto-merge June 9, 2026 07:17
@twyatt

twyatt commented Jun 9, 2026

Copy link
Copy Markdown
Member

@cursor

cursor Bot commented Jun 9, 2026

Copy link
Copy Markdown

Applied the Kotlin AGP 9 migration skill (Path A) to fix the CI failure caused by com.android.library conflicting with kotlin.multiplatform on AGP 9.

Root cause

AGP 9 registers a built-in kotlin extension when com.android.library is applied, which collides with the KMP plugin (Cannot add extension with name 'kotlin').

Changes made

  1. gradle/libs.versions.toml — Swapped com.android.library for com.android.kotlin.multiplatform.library (v9.2.0).

  2. coroutines/build.gradle.kts and temporal/build.gradle.kts — Path A migration:

    • Plugin: com.android.kotlin.multiplatform.library
    • Config moved from android {} into kotlin { android {} }
    • Removed publishLibraryVariants("debug", "release") (single-variant in AGP 9)
    • Enabled androidResources (coroutines has AndroidManifest.xml)
    • Enabled withHostTest {} for test source sets
  3. temporal/src/androidUnitTestandroidHostTest — Required for the new host-test source set naming.

  4. gradle.properties — Removed deprecated android.defaults.buildfeatures.* properties (removed in AGP 9).

Verification

Locally ran the CI-equivalent commands successfully:

  • ./gradlew assemble
  • ./gradlew check
  • ./gradlew publishToMavenLocal

Changes are committed and pushed to renovate/com.android.library-9.x (commit 558587c). CI should pass on the next run.

Open in Web Open in Cursor 

….library

Apply Path A migration from the Kotlin AGP 9 skill for coroutines and
temporal modules:

- Replace com.android.library with com.android.kotlin.multiplatform.library
- Move android {} configuration into kotlin { android {} }
- Remove publishLibraryVariants (single-variant architecture in AGP 9)
- Enable androidResources and withHostTest where needed
- Rename temporal androidUnitTest source set to androidHostTest
- Remove deprecated android.defaults.buildfeatures.* gradle properties

Co-authored-by: Travis Wyatt <travis.i.wyatt@gmail.com>
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Test Results

458 tests   447 ✅  6s ⏱️
 71 suites   11 💤
 71 files      0 ❌

Results for commit 8f52ae6.

♻️ This comment has been updated with latest results.

@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.79%. Comparing base (d00f85f) to head (8f52ae6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #515   +/-   ##
=======================================
  Coverage   69.79%   69.79%           
=======================================
  Files           9        9           
  Lines          96       96           
  Branches        5        5           
=======================================
  Hits           67       67           
  Misses         26       26           
  Partials        3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants