I\'m converting a project to Kotlin and I\'m trying to make my model (which is also my entity) a data class I intend to use Moshi to convert the JSON responses from the API<
Just add the below annotation to any constructor that causes the errors and add a new blank constructor.
@Ignore