Open
Conversation
Rename package properly
* Bump protobufPlugin 0.9.6 Change-Id: I9f4174946f043c79bba9a669655f6654036b5679 * Change Android library to Jvm library. Change-Id: I20ca1f71610f26a18d4573b3122994bc32c18723 * Enable newDsl. Change-Id: Ifb855133593f64771e81f60b96c3e34d946dac8f * Update README. Change-Id: I3df518dd4a5f37ba7ca6e568914783b1ea417fce
* Apply spotless by default - Upgrades to spotless 8.2.1 - Moves spotless setup from an init.gradle.kts to build-logic - Narrows down the scope of `target` in spotless configuration to be more precise to workaround diffplug/spotless#2717 - Updates all references to init.gradle.kts Ran gradle-profiler ./gradlew build --dry-run to validate performance impact. Before PR: Mean 10,527.96 ms with 289.01 ms std dev After PR: Mean 11,251.78 ms with 530.29 ms std dev Regression is there, but quite minor. Test: ./gradlew spotlessCheck * Address comments from AI overlords * Fix usage of rootProject * Enable spotless for build-logic via root project
- Enable KSP isolated projects support google/ksp#1752 - Disable spotless in isolated projects mode diffplug/spotless#1979 - Disable graph tasks in isolated projects mode android#1842 Test: ./gradlew build -Dorg.gradle.unsafe.isolated-projects=true --dry-run
Test: ./gradlew app:assembleDebug
This picks up a fix for Gradle project isolation diffplug/spotless#1979 This makes progress on android#1842 Test: ./gradlew build -Dorg.gradle.unsafe.isolated-projects=true --dry-run
📊 Android Performance Analysis ReportWarning Detected regression for 2 Macrobenchmark(s). Further investigation is required. 🔎 Summary
⌛ Benchmarks
📱 Device Specifications
|
|
I will investigate the code changes and rerun benchmarks before proceeding 😅 |
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.
No description provided.