mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-05 08:20:53 +00:00
12 lines
522 B
YAML
12 lines
522 B
YAML
generatorName: kotlin
|
|
outputDir: samples/openapi3/client/petstore/kotlin-jvm-retrofit2-rx2-kotlinx_serialization
|
|
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: kotlinx_serialization
|
|
useRxJava2: "true"
|
|
artifactId: kotlin-petstore-rx2-kotlinx_serialization-client
|
|
serializableModel: "true"
|
|
dateLibrary: java8
|