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
commit 7470536606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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