refactor: make linter happy
This commit is contained in:
@@ -18,7 +18,7 @@ import kotlinx.serialization.json.jsonPrimitive
|
||||
* - a JSON array ["Thanks!"]
|
||||
* - null
|
||||
*
|
||||
* Mirrors the behaviour of the old Gson FlexibleStringAdapter.
|
||||
* Mirrors the behavior of the old Gson FlexibleStringAdapter.
|
||||
*/
|
||||
object FlexibleStringSerializer : KSerializer<String?> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user