gradle.properties: Enable D8 bytecode desugaring.

This is mainly to work around this issue:
https://issuetracker.google.com/u/0/issues/72872257
This commit is contained in:
Andreas Schildbach 2021-09-18 15:32:49 +02:00
parent 6e1c6fcb2f
commit fb4da3b20e
2 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx2048M
android.enableD8.desugaring=true

View file

@ -32,6 +32,8 @@
public static <fields>;
}
-dontwarn java.lang.invoke.**
# serializable
-keepclassmembers class * implements java.io.Serializable {
static final long serialVersionUID;