[kotlin-client] add support for kotlinx-datetime (#17166)

Closes #14490
This commit is contained in:
Csaba Kozák
2023-11-22 18:52:37 +01:00
committed by GitHub
parent 7bf9534034
commit ab0b44a1c4
111 changed files with 7741 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ jobs:
- samples/client/petstore/kotlin-jvm-volley
- samples/client/petstore/kotlin-moshi-codegen
- samples/client/petstore/kotlin-multiplatform
- samples/client/petstore/kotlin-multiplatform-kotlinx-datetime
- samples/client/petstore/kotlin-nonpublic
- samples/client/petstore/kotlin-nullable
- samples/client/petstore/kotlin-okhttp3
@@ -39,6 +40,7 @@ jobs:
- samples/client/petstore/kotlin-retrofit2-rx3
- samples/client/petstore/kotlin-string
- samples/client/petstore/kotlin-threetenbp
- samples/client/petstore/kotlin-kotlinx-datetime
- samples/client/petstore/kotlin-uppercase-enum
- samples/client/petstore/kotlin-default-values-jvm-okhttp3
- samples/client/petstore/kotlin-default-values-jvm-okhttp4