We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf13be2 commit 18daa5eCopy full SHA for 18daa5e
2 files changed
docs-source/src/en/config/r8-proguard.md
@@ -7,6 +7,9 @@ If you are using the [kavaref-extension](../library/kavaref-extension) module an
7
8
```
9
-keepattributes Signature
10
+-keep class * extends com.highcapable.kavaref.extension.TypeRef {
11
+ <init>(...);
12
+}
13
14
15
`TypeRef` has been annotated with `Keep`. If it doesn't work, please manually add the following rules to keep the class.
docs-source/src/zh-cn/config/r8-proguard.md
@@ -6,6 +6,9 @@
6
`TypeRef` 已添加 `Keep` 注解,如果无效,请手动添加以下规则以保留类。
0 commit comments