diff --git a/README.md b/README.md index 3f34b61..4e09db0 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ add the following to your build to enable the annotation processor: ``` ```groovy -annotationProcessor 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0' +kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0' ``` #### Limitations