Skip to content

Commit 8fdc6e3

Browse files
committed
Merge branch 'dev'
2 parents 09a5cfc + 491c671 commit 8fdc6e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,10 @@ swagger {
5959
- `modelNameSuffix` - By this property you can define suffix to all model classes. E.g. `UserDto`, ...
6060
- `apiPackage` - By this property you can define a package name for your service classes
6161
- `modelPackage` - By this property you can define a package name for your model classes
62+
63+
If your OpenApi contains some specific objects for parsing JSON, .... You need add the Moshi dependencies
64+
65+
```kotlin
66+
implementation("com.squareup.moshi:moshi-kotlin:1.5.0")
67+
implementation("com.squareup.moshi:moshi-adapters:1.5.0")
68+
```

0 commit comments

Comments
 (0)