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
After migrating the project to AGP 7.1.1 diffuse starts failing with
Usage: diffuse diff [OPTIONS] OLD NEW
Error: Invalid value for "--new-mapping": Unable to parse line [76] as member mapping: # {"id":"com.android.tools.r8.synthesized"}
After migrating the project to AGP 7.1.1 diffuse starts failing with
I call it via:
here's how line 76 looks like:
![image](https://user-images.githubusercontent.com/36954793/152605137-3bb1a7ce-d7e1-4b1c-aedc-fdebd8289ef4.png)
The workaround seems to be not to pass the mapping related arguments as they are ignored either way (#96)
The text was updated successfully, but these errors were encountered: