mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 00:58:47 +00:00
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:
parent
6e1c6fcb2f
commit
fb4da3b20e
2 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
org.gradle.jvmargs=-Xmx2048M
|
||||
android.enableD8.desugaring=true
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
public static <fields>;
|
||||
}
|
||||
|
||||
-dontwarn java.lang.invoke.**
|
||||
|
||||
# serializable
|
||||
-keepclassmembers class * implements java.io.Serializable {
|
||||
static final long serialVersionUID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue