Merge pull request #553 from LouisCAD/patch-1

Fix codegen dependency configuration in README
This commit is contained in:
Jesse Wilson
2018-05-17 10:20:55 -04:00
committed by GitHub

View File

@@ -541,7 +541,7 @@ add the following to your build to enable the annotation processor:
``` ```
```groovy ```groovy
annotationProcessor 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0' kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0'
``` ```
#### Limitations #### Limitations