[kotlin-client] Support for integer enums with kotlinx with custom serializer (#21765)

* [kotlin-client] Add support for integer enums with custom serializer for kotlinx

* [kotlin-client] Fix @SerialName annotation being used on non-string enums

* Format samples

* remove blank line

* add tests for kotlin client with integer enum

* add folders

---------

Co-authored-by: CHervaudBetclic <c.hervaud@betclicgroup.com>
This commit is contained in:
William Cheng
2025-08-18 00:11:43 +08:00
committed by GitHub
parent 43d58ee9b0
commit 3ebb299981
44 changed files with 1774 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
# StringCode
## Enum
* `hello` (value: `"hello"`)
* `world` (value: `"world"`)