forked from loafle/openapi-generator-original
* added rx3 support * fix rx3 support * generated samples * updated samples * update samples * changed rxjava3 adapter to the one from squareup * changed dependency of RxJava3CallAdapterFactory Co-authored-by: William Cheng <wing328hk@gmail.com>
9 lines
334 B
YAML
9 lines
334 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-retrofit2-rx3
|
|
library: jvm-retrofit2
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-retrofit2-rx3
|
|
useRxJava3: "true"
|