Benjamin Ledet
Results
2
comments of
Benjamin Ledet
It does build without the BoxfitClass annotation. And yes, it works with : ` @BoxfitField open var data: List = arrayListOf()` But it makes me have two generic classes so...
Hum I don't really understand what you trying to do, the class "GroupListResponse" should be `@BoxfitClass class GroupListResponse: ListResponse()` and not `class GroupListResponse : ArrayListResponse ()` and it does not...