Merge pull request #553 from LouisCAD/patch-1
Fix codegen dependency configuration in README
This commit is contained in:
commit
7470536606
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue