[Kotlin][Client] Added new option to enable moshi code generator (#4781)

* Added new option to enable moshi code generator

* Tweaking Serializer template
This commit is contained in:
Alexander Eggers
2019-12-14 17:39:16 +11:00
committed by William Cheng
parent 0ffb99a48e
commit 02f5cb1a65
50 changed files with 2800 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
./bin/kotlin-client-gson.sh
./bin/kotlin-client-moshi-codegen.sh
./bin/kotlin-client-nonpublic.sh
./bin/kotlin-client-okhttp3.sh
./bin/kotlin-client-petstore-multiplatform.sh