From 6e411eb243ced9b80d5adf39ad9f4eb996ef745f Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Mon, 14 May 2018 23:17:20 -0400 Subject: [PATCH] Update ProGuard rules for Kotlin codegen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60784cf..81542f2 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,8 @@ Additional rules are needed if you are using Kotlin: -keepclassmembers class kotlin.Metadata { public ; } +-keepnames class **JsonAdapter +-keepnames @com.squareup.moshi.JsonClass class * ``` License