hi all. I'm using kotlinx serialization, but i'm g...
# ktor
r
hi all. I'm using kotlinx serialization, but i'm getting this error:
Screenshot_20200330_212517.png
my config
Screenshot_20200330_212403.png
d
json
doesn't do what you think it does. I believe you want
Json
maybe.
r
@Dominaezzz It is actually json (with a lowercase letter j). An IDE that serialization () has been deprecated. But now i dont know what to do.
d
Oh, the wrong json function was imported.
✔️ 1
👍 1
r
@Dominaezzz you write. Thanks