Merge pull request #538 from hzsweers/patch-2

Fix adapter factory name in proguard mention
This commit is contained in:
Jesse Wilson
2018-05-15 06:13:59 -04:00
committed by GitHub

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