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
As discussed here using method references might causes issues in combination with older version of the AGP.
Overall there are quite some usages of method references(>50), but since this issue is only relevant on Android, it only needs to be fixed for those parts.
Description
As discussed here using method references might causes issues in combination with older version of the AGP.
Overall there are quite some usages of method references(>50), but since this issue is only relevant on Android, it only needs to be fixed for those parts.
E.g.
JsonObjectSerializer.java
should be replaced by
The text was updated successfully, but these errors were encountered: