mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* [Kotlin] Properly document nonPublicApi CLI option * [Kotlin] Respect parameter name of parent KSerializer to avoid miss-behavior * [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolves #16506)
8 lines
302 B
YAML
8 lines
302 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-explicit
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-petstore-explicit
|
|
explicitApi: "true"
|