Let's say I have this class
data class Person(val name: String?)
When I proguard and run the app I am getting the following exception
kotlin.reflect.jvm.internal.KotlinReflectionInternalError: No accessors or field is found for property val com.whatever.packagee.Person.name: kotlin.String?
I also found that the issue is thrown from this reflection codebase. Any help would be appreciated