forked from loafle/openapi-generator-original
* Bugfix Kotlin-client: Can now handle path param of type list for jvm-volley and multiplatform. Also cleaning up generated code * Adding samples to github workflow. Deleting old workflow * Tweaking setup of jvm-volley * Updating samples Co-authored-by: William Cheng <wing328hk@gmail.com>
8 lines
368 B
YAML
8 lines
368 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-array-simple-string-multiplatform
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/issue_7199_array_simple_string.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-array-simple-string-multiplatform
|
|
library: multiplatform
|