Fix adapter factory name in proguard mention

Derp
This commit is contained in:
Zac Sweers
2018-05-14 20:54:30 -07:00
committed by GitHub
parent a8616ff10d
commit 0c39719d12

View File

@@ -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>;