This message was deleted.
# android
s
This message was deleted.
stackoverflow 3
o
I didn’t quite understand where the problem is, what is not working? Is it server not doing right thing or Android app?
Kotlin is not against nulls, it allows you to specify if you want nulls or don’t. May be you need to annotate the property type as nullable? Like this:
val order : String?