openapi-generator/bin/configs/unmaintained/kotlin-jvm-retrofit2-coroutines.yaml

12 lines
478 B
YAML

generatorName: kotlin
outputDir: samples/openapi3/client/petstore/kotlin-jvm-retrofit2-coroutines
library: jvm-retrofit2
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
additionalProperties:
serializationLibrary: gson
useCoroutines: "true"
artifactId: kotlin-petstore-coroutines-client
serializableModel: "true"
dateLibrary: java8