Hello, Am having problem with Type converters usin...
# android
i
Hello, Am having problem with Type converters using kotlin serialization.Tried couple of solutions but with no avail. All i keep getting is the error below. _D:\ISAAC\2022\Tasksfy Inc\Tasksfy\Tasksfy-Inc-Android\app\build\tmp\kapt3\stubs\debug\com\tasksfy\feature_tasksfy\domain\model\CategoryApiResponse.java14 error: Cannot figure out how to read this field from a cursor. private final java.util.List<com.tasksfy.feature_tasksfy.domain.model.WorkCategory> categories = null;_ My expected data from Api resembles this. I don't know what i could be doing wrong but must be something with the Type converters or something.Below are my models for android.Thanks in advance