[Kotlin][Client] Add option to make all api method return a nullable model (#4422)

* Added new additional parameter to allow nullable api return types

* Tweaking samples and .bat files

I've added new .bat files for the kotlin-client to alllow windows-devs to re-generate required samples via windows-shell (for CI).
This commit is contained in:
Alexander Eggers
2019-11-13 14:15:54 +11:00
committed by Jim Schubert
parent 4494bf1e9a
commit 34c715e4ce
46 changed files with 2817 additions and 6 deletions

View File

@@ -7,3 +7,4 @@
./bin/kotlin-client-petstore.sh
./bin/kotlin-client-string.sh
./bin/kotlin-client-threetenbp.sh
./bin/kotlin-client-nullable.sh