Fixed
Status Update
Comments
em...@google.com <em...@google.com>
je...@google.com <je...@google.com>
[Deleted User] <[Deleted User]> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
je...@google.com <je...@google.com>
je...@google.com <je...@google.com> #3
Almost 2 months later and this is still broken
Description
Calling
DslExtension.Builder(...).extendProjectWith(...)
does not seem to be adding the specified DSL block when used from Groovy build configuration when using AGP 8.0.0-alpha07.And then in
build.gradle
:Yields:
Whereas
extendBuildTypeWith(...)
works as documented forbuildTypes
DSL.