We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518b586 commit 6d00f64Copy full SHA for 6d00f64
diffuse/src/main/rules.txt
@@ -20,3 +20,7 @@
20
21
# Suppress warnings in R8 internal.
22
-dontwarn com.android.tools.r8.internal.**
23
+
24
+# https://github.com/java-native-access/jna/issues/1187#issuecomment-626251894
25
+-keep class com.sun.jna.** { *; }
26
+-keep class * implements com.sun.jna.** { *; }
0 commit comments