mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
* 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>
10 lines
416 B
YAML
10 lines
416 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/petstore/kotlin-array-simple-string-jvm-volley
|
|
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-jvm-volley
|
|
library: jvm-volley
|
|
serializationLibrary: gson
|
|
generateRoomModels: false
|