mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Merge pull request #538 from hzsweers/patch-2
Fix adapter factory name in proguard mention
This commit is contained in:
@@ -589,7 +589,7 @@ If you are using ProGuard you might need to add the following options:
|
|||||||
```
|
```
|
||||||
Additional rules are needed if you are using Kotlin:
|
Additional rules are needed if you are using Kotlin:
|
||||||
|
|
||||||
*...If you are using the reflect API (i.e. `KotlinJsonAdapter`):*
|
*...If you are using the reflect API (i.e. `KotlinJsonAdapterFactory`):*
|
||||||
```
|
```
|
||||||
-keepclassmembers class kotlin.Metadata {
|
-keepclassmembers class kotlin.Metadata {
|
||||||
public <methods>;
|
public <methods>;
|
||||||
|
Reference in New Issue
Block a user