diff --git a/README.md b/README.md index b2b5ca6..3f34b61 100644 --- a/README.md +++ b/README.md @@ -597,7 +597,10 @@ Additional rules are needed if you are using Kotlin: ``` *...If you are using the codegen API (i.e. `JsonClass(generateAdapter = true)`):* ``` --keepnames class **JsonAdapter +-keep class **JsonAdapter { + (...); + ; +} -keepnames @com.squareup.moshi.JsonClass class * ```