forked from loafle/openapi-generator-original
* [kotlin][client] add support for coroutines with OkHttp * [kotlin] fix petstore project
10 lines
338 B
Bash
Executable File
10 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
./bin/openapi3/kotlin-client-petstore.sh
|
|
./bin/openapi3/kotlin-client-petstore-multiplatform.sh
|
|
./bin/openapi3/kotlin-client-petstore-nullable-required.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-coroutines.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-rx.sh
|
|
./bin/openapi3/kotlin-client-petstore-retrofit2-rx2.sh
|