Hi I am having a problem with a kotlin data class and proguard. "Caused by: com.fasterxml.jackson.databind.JsonMappingException: No suitable constructor found for type". I have this on my config file " -keep class com.app.models.** " which contains the class I am having problem. also this "-keep class com.fasterxml.jackson.**"