mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Fix adapter factory name in proguard mention
Derp
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:
|
||||
|
||||
*...If you are using the reflect API (i.e. `KotlinJsonAdapter`):*
|
||||
*...If you are using the reflect API (i.e. `KotlinJsonAdapterFactory`):*
|
||||
```
|
||||
-keepclassmembers class kotlin.Metadata {
|
||||
public <methods>;
|
||||
|
Reference in New Issue
Block a user