You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class kotlin.reflect.jvm.internal.calls.CallerImpl$FieldGetter cannot access a member of class com.squareup.fidelius.server.backfill.backfila.dynamo.Parameters with modifiers "private final"
To support record classes, we need to change the reflection strategy to use RecordComponents if the javaClassisRecord().
The text was updated successfully, but these errors were encountered:
To support record classes, we need to change the reflection strategy to use
RecordComponents
if thejavaClass
isRecord()
.The text was updated successfully, but these errors were encountered: