Uh oh!
There was an error while loading. Please reload this page.
Migrate addTaskForPrintBuildVariants and isFlutterAppProject to new agp dsl - #183849
Conversation
| project.extensions.getByType(ApplicationExtension::class.java) | ||
| // Avoid new usages this class is not part of the public AGP DSL. | ||
| private fun getAndroidAppExtensionOrNull(project: Project): AbstractAppExtension? = |
There was a problem hiding this comment.
I also deleted this as it was unused
There was a problem hiding this comment.
Code Review
This pull request migrates addTaskForPrintBuildVariants and isFlutterAppProject to use the new AGP DSL, replacing deprecated AbstractAppExtension with ApplicationExtension and AndroidComponentsExtension. The changes involve updating the Gradle plugin and test files to reflect these API changes. The code review focuses on ensuring the correctness of the migration and adherence to the repository's style guide.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ew agp dsl (flutter#183849) Migrate addTaskForPrintBuildVariants and isFlutterAppProject to new agp dsl --------- Co-authored-by: Gray Mackall <mackall@google.com>
…ew agp dsl (flutter#183849) Migrate addTaskForPrintBuildVariants and isFlutterAppProject to new agp dsl --------- Co-authored-by: Gray Mackall <mackall@google.com>
Migrate addTaskForPrintBuildVariants and isFlutterAppProject to new agp dsl
part of #181557