forked from loafle/openapi-generator-original
[kotlin][client] Small improvements (#15429)
* [kotlin][client] update Gradle wrapper in generated project * [kotlin][client] Add @JsonClass(generateAdapter = false) to generated enums when using moshi library This is needed, so the moshi generated R8 rules will include the enum classes: https://github.com/square/moshi#enums * [kotlin][client] Update generated samples
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
|
||||
networkTimeout=10000
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user