We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a5cfc + 491c671 commit 8fdc6e3Copy full SHA for 8fdc6e3
README.md
@@ -59,3 +59,10 @@ swagger {
59
- `modelNameSuffix` - By this property you can define suffix to all model classes. E.g. `UserDto`, ...
60
- `apiPackage` - By this property you can define a package name for your service classes
61
- `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