forked from loafle/openapi-generator-original
* fix(ktor-client): do not add jsonBlock if using kotlinx-serialization * update existing templates * add new kotlin-jvm-ktor-kotlinx_serialization * add new kotlin-jvm-ktor-kotlinx_serialization to samples-kotlin-client.yaml pipeline actually, kotlin-jvm-ktor-gson was duplicated, so I'm replacing the second one by kotlin-jvm-ktor-kotlinx_serialization * extra FILES entry in the template * enumUnknownDefaultCase=false for now since it's currently broken for ktor + kotlinx_serialization * use openapi 3 petstore
9 lines
388 B
YAML
9 lines
388 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-jvm-ktor-kotlinx_serialization
|
|
library: jvm-ktor
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-jvm-ktor-kotlinx_serialization
|
|
serializationLibrary: kotlinx_serialization
|