I didn’t quite understand where the problem is, what is not working? Is it server not doing right thing or Android app?
orangy
10/02/2017, 9:58 PM
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: