We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75f673 commit 98ac693Copy full SHA for 98ac693
app/proguard-rules.pro
@@ -18,4 +18,11 @@
18
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
-#-renamesourcefileattribute SourceFile
+#-renamesourcefileattribute SourceFile
22
+
23
+-dontwarn javax.lang.model.element.Element*
24
+-dontwarn javax.lang.model.element.ElementKind*
25
+-dontwarn javax.lang.model.element.Modifier*
26
+-dontwarn javax.lang.model.type.TypeMirror*
27
+-dontwarn javax.lang.model.type.TypeVisitor*
28
+-dontwarn javax.lang.model.util.SimpleTypeVisitor8*
0 commit comments