forked from loafle/openapi-generator-original
* Add useResponseAsReturnType option to kotlin, jvm-retrofit2 and coroutines api template (#15491) * Add useResponseAsReturnType flag to kotlin-jvm-retrofit2-coroutines.yaml sample * Generate sample
13 lines
463 B
YAML
13 lines
463 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-jvm-retrofit2-coroutines
|
|
library: jvm-retrofit2
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
serializationLibrary: gson
|
|
useCoroutines: "true"
|
|
artifactId: kotlin-petstore-coroutines-client
|
|
serializableModel: "true"
|
|
dateLibrary: java8
|
|
useResponseAsReturnType: false
|