You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the gradle plugin is not Android aware and adds processor to app level instead of variant level. Should consider making it such that it is variant aware and only adds scabbard to debug build types.
Add dependency on AGP
Change application logic to only consider variant.buildType = 'debug.
Consider providing a variantFilter DSL like Keeper does.
The text was updated successfully, but these errors were encountered:
Currently the gradle plugin is not Android aware and adds processor to app level instead of variant level. Should consider making it such that it is variant aware and only adds scabbard to debug build types.
variant.buildType = 'debug
.The text was updated successfully, but these errors were encountered: