pawel.rabel
02/24/2017, 8:23 AMError:(1, 1) Some error(s) occurred while processing annotations. Please see the error messages above.
My data class looks like this:
data class TransferSearchRequest(
@SerializedName("transferSearchRQ") val transferSearchRQ: TransferSearchRQ
)
I just find out this library https://github.com/SalomonBrys/Kotson. But is it neccessary ? There is no other solution for GSON in kotlin ?