Update to Android Gradle Plugin 9.0.1#481
Open
inktomi wants to merge 3 commits intorunningcode:masterfrom
Open
Update to Android Gradle Plugin 9.0.1#481inktomi wants to merge 3 commits intorunningcode:masterfrom
inktomi wants to merge 3 commits intorunningcode:masterfrom
Conversation
Author
|
The workflow passes on my local fork: https://github.com/inktomi/fladle/actions/runs/22598741034/job/65475320428 |
Author
|
As part two of this, I'm working on reworking the fulladle plugin to support config caching. I will open that PR once this is reviewed, or ideally approved - I didn't want to work on it using old gradle APIs. I am introducing a new Settings plugin that people will have to apply so that we can get information about the modules without breaking caches - we can discuss more on that PR when the time comes. |
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.
ApplicationAndroidComponentsExtension, Variant)
Closes #478
Tests run locally:
./gradlew :fladle-plugin:check— 137 tests pass, lint clean./gradlew assembleDebug assembleDebugAndroidTest printYml— sample projects build with correct YAML output./gradlew :sample-flavors-kotlin:printYml— flavor-specific APK paths resolve correctly./gradlew printYml --configuration-cache— configuration cache works